Partager via


TimeZoneFormat.GMTZeroFormat Property

Definition

Returns the localized GMT format string for GMT(UTC) itself (GMT offset is 0).

public virtual string? GMTZeroFormat { [Android.Runtime.Register("getGMTZeroFormat", "()Ljava/lang/String;", "GetGetGMTZeroFormatHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getGMTZeroFormat", "()Ljava/lang/String;", "GetGetGMTZeroFormatHandler", ApiSince=24)>]
member this.GMTZeroFormat : string

Property Value

the localized GMT string string for GMT(UTC) itself.

Attributes

Remarks

Returns the localized GMT format string for GMT(UTC) itself (GMT offset is 0).

Java documentation for android.icu.text.TimeZoneFormat.getGMTZeroFormat().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to