TimeZone.ShortCommonlyUsed Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Icu.Util.TimeZoneNameStyle enum directly instead of this field.
<strong>[icu]</strong> A Style specifier for getDisplayName() indicating a short name derived from the timezone's short standard or daylight timezone name ignoring commonlyUsed, such as "PDT.
[Android.Runtime.Register("SHORT_COMMONLY_USED", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.TimeZoneNameStyle enum directly instead of this field.", true)]
public const Android.Icu.Util.TimeZoneNameStyle ShortCommonlyUsed = 6;
[<Android.Runtime.Register("SHORT_COMMONLY_USED", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.TimeZoneNameStyle enum directly instead of this field.", true)>]
val mutable ShortCommonlyUsed : Android.Icu.Util.TimeZoneNameStyle
Feldwert
Value = 6- Attribute
Hinweise
<strong>[icu]</strong> A style specifier for getDisplayName() indicating a short name derived from the timezone's short standard or daylight timezone name ignoring commonlyUsed, such as "PDT".
Java Dokumentation für android.icu.util.TimeZone.SHORT_COMMONLY_USED.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.