Calendar.LongFormat Field

Definition

A style specifier for #getDisplayName(int, int, Locale) getDisplayName and #getDisplayNames(int, int, Locale) getDisplayNames indicating a long name used for format.

[Android.Runtime.Register("LONG_FORMAT", ApiSince=26)]
public const int LongFormat = 2;
[<Android.Runtime.Register("LONG_FORMAT", ApiSince=26)>]
val mutable LongFormat : int

Field Value

Value = 2
Attributes

Remarks

A style specifier for #getDisplayName(int, int, Locale) getDisplayName and #getDisplayNames(int, int, Locale) getDisplayNames indicating a long name used for format.

Added in 1.8.

Java documentation for java.util.Calendar.LONG_FORMAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to