TimeZoneFormat.SetGMTOffsetDigits(String) Method
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.
Sets the decimal digit characters used for localized GMT format.
[Android.Runtime.Register("setGMTOffsetDigits", "(Ljava/lang/String;)Landroid/icu/text/TimeZoneFormat;", "GetSetGMTOffsetDigits_Ljava_lang_String_Handler", ApiSince=24)]
public virtual Android.Icu.Text.TimeZoneFormat? SetGMTOffsetDigits (string? digits);
[<Android.Runtime.Register("setGMTOffsetDigits", "(Ljava/lang/String;)Landroid/icu/text/TimeZoneFormat;", "GetSetGMTOffsetDigits_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member SetGMTOffsetDigits : string -> Android.Icu.Text.TimeZoneFormat
override this.SetGMTOffsetDigits : string -> Android.Icu.Text.TimeZoneFormat
Parameters
- digits
- String
a string contains the decimal digit characters from 0 to 9 n the ascending order.
Returns
this object.
- Attributes
Remarks
Sets the decimal digit characters used for localized GMT format.
Java documentation for android.icu.text.TimeZoneFormat.setGMTOffsetDigits(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.