DateFormat.TimezoneIsoField Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Icu.Text.DateFormatField enum directly instead of this field.
<strong>[icu]</strong> FieldPosition selector for 'X' field alignment, correspondant aux Calendar#ZONE_OFFSET champs et Calendar#DST_OFFSET champs.
[Android.Runtime.Register("TIMEZONE_ISO_FIELD", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.DateFormatField enum directly instead of this field.", true)]
public const Android.Icu.Text.DateFormatField TimezoneIsoField = 32;
[<Android.Runtime.Register("TIMEZONE_ISO_FIELD", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.DateFormatField enum directly instead of this field.", true)>]
val mutable TimezoneIsoField : Android.Icu.Text.DateFormatField
Valeur de champ
Value = 32- Attributs
Remarques
<strong>[icu]</strong> FieldPosition selector for 'X' field alignment, correspondant aux Calendar#ZONE_OFFSET champs et Calendar#DST_OFFSET champs. Cela affiche le format de décalage horaire local ISO 8601 ou l’indicateur UTC (« Z »).
Java documentation pour android.icu.text.DateFormat.TIMEZONE_ISO_FIELD.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.