Calendar.Second フィールド

定義

注意事項

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

1 分以内の get 2 番目の を示す および set のフィールド番号。

[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 分以内の get 2 番目の を示す および set のフィールド番号。 たとえば、午後 10:04:15.250 の は SECOND 15 です。

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

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

適用対象