Lenguaje

Calendar.Short Campo

Definición

Precaución

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

Especificador de estilo para #getDisplayName(int, int, Locale) getDisplayName y #getDisplayNames(int, int, Locale) getDisplayNames equivalente a #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

Valor de campo

Value = 1
Atributos

Comentarios

Especificador de estilo para #getDisplayName(int, int, Locale) getDisplayName y #getDisplayNames(int, int, Locale) getDisplayNames equivalente a #SHORT_FORMAT.

Agregado en la versión 1.6.

Java documentación para java.util.Calendar.SHORT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a