言語

Calendar.Minute フィールド

定義

注意事項

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

getのフィールド番号と、1 時間以内の分を示すset

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

フィールド値

Value = 12
属性

注釈

getのフィールド番号と、1 時間以内の分を示すset。 たとえば、午後 10:04:15.250 に MINUTE は 4 です。

Javaドキュメント。

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

適用対象