Lenguaje

TimeZone.Long Campo

Definición

Precaución

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

Especificador de estilo para getDisplayName() indicar un nombre largo, como "Hora estándar del Pacífico".

[Android.Runtime.Register("LONG")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.TimeZoneStyle enum directly instead of this field.", true)]
public const Java.Util.TimeZoneStyle Long = 1;
[<Android.Runtime.Register("LONG")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.TimeZoneStyle enum directly instead of this field.", true)>]
val mutable Long : Java.Util.TimeZoneStyle

Valor de campo

Value = 1
Atributos

Comentarios

Especificador de estilo para getDisplayName() indicar un nombre largo, como "Hora estándar del Pacífico".

Agregado en la versión 1.2.

Java documentación para java.util.TimeZone.LONG.

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