Idioma

Calendar.Long Campo

Definição

Cuidado

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

Um especificador de estilo para #getDisplayName(int, int, Locale) getDisplayName e #getDisplayNames(int, int, Locale) getDisplayNames equivalente a #LONG_FORMAT.

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

Valor do campo

Value = 2
Atributos

Comentários

Um especificador de estilo para #getDisplayName(int, int, Locale) getDisplayName e #getDisplayNames(int, int, Locale) getDisplayNames equivalente a #LONG_FORMAT.

Adicionado em 1.6.

Documentação Java para java.util.Calendar.LONG.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a