Calendar.AllStyles Field

Definition

Caution

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

A style specifier for #getDisplayNames(int, int, Locale) getDisplayNames indicating names in all styles, such as "January" and "Jan".

[Android.Runtime.Register("ALL_STYLES")]
[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 AllStyles = 0;
[<Android.Runtime.Register("ALL_STYLES")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarStyle enum directly instead of this field.", true)>]
val mutable AllStyles : Java.Util.CalendarStyle

Field Value

Value = 0
Attributes

Remarks

A style specifier for #getDisplayNames(int, int, Locale) getDisplayNames indicating names in all styles, such as "January" and "Jan".

Added in 1.6.

Java documentation for java.util.Calendar.ALL_STYLES.

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