Share via


Calendar.ShortFormat Field

Definition

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

[Android.Runtime.Register("SHORT_FORMAT", ApiSince=26)]
public const int ShortFormat = 1;
[<Android.Runtime.Register("SHORT_FORMAT", ApiSince=26)>]
val mutable ShortFormat : int

Field Value

Value = 1
Attributes

Remarks

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

Added in 1.8.

Java documentation for java.util.Calendar.SHORT_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