言語

Calendar.Millisecond フィールド

定義

注意事項

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

getのフィールド番号と、2 秒以内のミリ秒を示すset

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

フィールド値

Value = 14
属性

注釈

getのフィールド番号と、2 秒以内のミリ秒を示すset。 たとえば、午後 10:04:15.250 に MILLISECOND は 250 です。

Javaドキュメント。

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

適用対象