言語

Calendar.Second フィールド

定義

注意事項

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

1 分以内の 2 番目を示す getset のフィールド番号。

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

フィールド値

Value = 13
属性

注釈

1 分以内の 2 番目を示す getset のフィールド番号。 たとえば、午後 10:04:15.250 に SECOND は 15 です。

Javaドキュメント。

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

適用対象