Calendar.NarrowStandalone Field

Definition

A style specifier for #getDisplayName(int, int, Locale) getDisplayName and #getDisplayNames(int, int, Locale) getDisplayNames indicating a narrow name independently.

[Android.Runtime.Register("NARROW_STANDALONE", ApiSince=26)]
public const int NarrowStandalone = 32772;
[<Android.Runtime.Register("NARROW_STANDALONE", ApiSince=26)>]
val mutable NarrowStandalone : int

Field Value

Value = 32772
Attributes

Remarks

A style specifier for #getDisplayName(int, int, Locale) getDisplayName and #getDisplayNames(int, int, Locale) getDisplayNames indicating a narrow name independently. Narrow names are typically single character strings, such as "M" for Monday.

Added in 1.8.

Java documentation for java.util.Calendar.NARROW_STANDALONE.

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