Freigeben über


TimeZoneFormat.SetGMTZeroFormat(String) Method

Definition

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

[Android.Runtime.Register("setGMTZeroFormat", "(Ljava/lang/String;)Landroid/icu/text/TimeZoneFormat;", "GetSetGMTZeroFormat_Ljava_lang_String_Handler", ApiSince=24)]
public virtual Android.Icu.Text.TimeZoneFormat? SetGMTZeroFormat (string? gmtZeroFormat);
[<Android.Runtime.Register("setGMTZeroFormat", "(Ljava/lang/String;)Landroid/icu/text/TimeZoneFormat;", "GetSetGMTZeroFormat_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member SetGMTZeroFormat : string -> Android.Icu.Text.TimeZoneFormat
override this.SetGMTZeroFormat : string -> Android.Icu.Text.TimeZoneFormat

Parameters

gmtZeroFormat
String

the localized GMT format string for GMT(UTC).

Returns

this object.

Attributes

Remarks

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

Java documentation for android.icu.text.TimeZoneFormat.setGMTZeroFormat(java.lang.String).

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