TimeZoneFormat.SetGMTOffsetDigits(String) Método

Definición

Establece los caracteres de dígito decimal usados para el formato GMT localizado.

[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

Parámetros

digits
String

una cadena contiene los caracteres de dígito decimal de 0 a 9 n el orden ascendente.

Devoluciones

este objeto.

Atributos

Comentarios

Establece los caracteres de dígito decimal usados para el formato GMT localizado.

Java documentación para android.icu.text.TimeZoneFormat.setGMTOffsetDigits(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a