Share via


TimeZoneFormat.GMTOffsetDigits Property

Definition

Returns the decimal digit characters used for localized GMT format in a single string containing from 0 to 9 in the ascending order.

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

Property Value

the decimal digits for localized GMT format.

Attributes

Remarks

Returns the decimal digit characters used for localized GMT format in a single string containing from 0 to 9 in the ascending order.

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

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