TimeZoneFormat.SetGMTZeroFormat(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta la stringa di formato GMT localizzata per GMT (UTC) stessa (offset GMT è 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
Parametri
- gmtZeroFormat
- String
stringa di formato GMT localizzata per GMT (UTC).
Valori restituiti
oggetto .
- Attributi
Commenti
Imposta la stringa di formato GMT localizzata per GMT (UTC) stessa (offset GMT è 0).
per android.icu.text.TimeZoneFormat.setGMTZeroFormat(java.lang.String).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.