Calendar.Hour フィールド

定義

注意事項

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

午前または午後の get 時間を示す および set のフィールド番号。

[Android.Runtime.Register("HOUR")]
[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 Hour = 10;
[<Android.Runtime.Register("HOUR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.", true)>]
val mutable Hour : Java.Util.CalendarField

フィールド値

Value = 10
属性

注釈

午前または午後の get 時間を示す および set のフィールド番号。 HOUR は 12 時間制 (0 - 11) に使用されます。 正午と午前 0 時は 12 ではなく 0 で表されます。 たとえば、午後 10:04:15.250 の は HOUR 10 です。

java.util.Calendar.HOURJava ドキュメント。

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

適用対象

こちらもご覧ください