TimeZoneFormat.GMTZeroFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.