Share via


Calendar.Short 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 #getDisplayName(int, int, Locale) getDisplayName and #getDisplayNames(int, int, Locale) getDisplayNames equivalent to #SHORT_FORMAT.

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

Field Value

Value = 1
Attributes

Remarks

A style specifier for #getDisplayName(int, int, Locale) getDisplayName and #getDisplayNames(int, int, Locale) getDisplayNames equivalent to #SHORT_FORMAT.

Added in 1.6.

Java documentation for java.util.Calendar.SHORT.

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