言語

Calendar.DstOffset フィールド

定義

注意事項

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

夏時間オフセットをミリ秒単位で示す getset のフィールド番号。

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

フィールド値

Value = 16
属性

注釈

夏時間オフセットをミリ秒単位で示す getset のフィールド番号。

このフィールドは、TimeZone実装サブクラスが夏時間スケジュールの変更履歴をサポートしている場合に、このCalendarのタイム ゾーンの正しい夏時間オフセット値を反映します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象