言語

Calendar.Long フィールド

定義

注意事項

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

#LONG_FORMATと同等の#getDisplayName(int, int, Locale) getDisplayName#getDisplayNames(int, int, Locale) getDisplayNamesのスタイル指定子。

[Android.Runtime.Register("LONG")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarStyle enum directly instead of this field.", true)]
public const Java.Util.CalendarStyle Long = 2;
[<Android.Runtime.Register("LONG")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarStyle enum directly instead of this field.", true)>]
val mutable Long : Java.Util.CalendarStyle

フィールド値

Value = 2
属性

注釈

#LONG_FORMATと同等の#getDisplayName(int, int, Locale) getDisplayName#getDisplayNames(int, int, Locale) getDisplayNamesのスタイル指定子。

1.6 で追加されました。

java.util.Calendar.LONGの Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象