SimpleTimeZone.UtcTime 字段

定义

注意

This constant will be removed in the future version. Use Java.Util.TimeZoneKind enum directly instead of this field.

指定为 UTC 的开始或结束时间模式的常量。

[Android.Runtime.Register("UTC_TIME")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.TimeZoneKind enum directly instead of this field.", true)]
public const Java.Util.TimeZoneKind UtcTime = 2;
[<Android.Runtime.Register("UTC_TIME")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.TimeZoneKind enum directly instead of this field.", true)>]
val mutable UtcTime : Java.Util.TimeZoneKind

字段值

Value = 2
属性

注解

指定为 UTC 的开始或结束时间模式的常量。 例如,欧盟规则指定为 UTC 时间。

在 1.4 中添加。

Java文档java.util.SimpleTimeZone.UTC_TIME

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于