Linguaggio

DateTimeFormatterBuilder.AppendGenericZoneText Metodo

Definizione

Overload

Nome Descrizione
AppendGenericZoneText(TextStyle)

Aggiunge il nome generico del fuso orario, ad esempio "Pacific Time", al formattatore.

AppendGenericZoneText(TextStyle, ICollection<ZoneId>)

Aggiunge il nome generico del fuso orario, ad esempio "Pacific Time", al formattatore.

AppendGenericZoneText(TextStyle)

Aggiunge il nome generico del fuso orario, ad esempio "Pacific Time", al formattatore.

[Android.Runtime.Register("appendGenericZoneText", "(Ljava/time/format/TextStyle;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=34)]
public Java.Time.Format.DateTimeFormatterBuilder? AppendGenericZoneText(Java.Time.Format.TextStyle? textStyle);
[<Android.Runtime.Register("appendGenericZoneText", "(Ljava/time/format/TextStyle;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=34)>]
member this.AppendGenericZoneText : Java.Time.Format.TextStyle -> Java.Time.Format.DateTimeFormatterBuilder

Parametri

textStyle
TextStyle

stile del testo da utilizzare, non Null

Valori restituiti

questo, per concatenamento, non null

Attributi

Commenti

Il nome generico non include informazioni sull'ora legale.

Si applica a

AppendGenericZoneText(TextStyle, ICollection<ZoneId>)

Aggiunge il nome generico del fuso orario, ad esempio "Pacific Time", al formattatore.

[Android.Runtime.Register("appendGenericZoneText", "(Ljava/time/format/TextStyle;Ljava/util/Set;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=34)]
public Java.Time.Format.DateTimeFormatterBuilder? AppendGenericZoneText(Java.Time.Format.TextStyle? textStyle, System.Collections.Generic.ICollection<Java.Time.ZoneId>? preferredZones);
[<Android.Runtime.Register("appendGenericZoneText", "(Ljava/time/format/TextStyle;Ljava/util/Set;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=34)>]
member this.AppendGenericZoneText : Java.Time.Format.TextStyle * System.Collections.Generic.ICollection<Java.Time.ZoneId> -> Java.Time.Format.DateTimeFormatterBuilder

Parametri

textStyle
TextStyle

stile del testo da utilizzare, non Null

preferredZones
ICollection<ZoneId>

set di ID zona preferiti, non Null

Valori restituiti

questo, per concatenamento, non null

Attributi

Commenti

Le zone preferite vengono usate quando un nome di fuso orario è ambiguo.

Si applica a