Linguaggio

DateTimeFormatterBuilder.AppendZoneText Metodo

Definizione

Overload

Nome Descrizione
AppendZoneText(TextStyle)

Aggiunge il nome del fuso orario, ad esempio "British Summer Time", al formattatore.

AppendZoneText(TextStyle, ICollection<ZoneId>)

Aggiunge il nome del fuso orario, ad esempio "British Summer Time", al formattatore.

AppendZoneText(TextStyle)

Aggiunge il nome del fuso orario, ad esempio "British Summer Time", al formattatore.

[Android.Runtime.Register("appendZoneText", "(Ljava/time/format/TextStyle;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=26)]
public Java.Time.Format.DateTimeFormatterBuilder? AppendZoneText(Java.Time.Format.TextStyle? textStyle);
[<Android.Runtime.Register("appendZoneText", "(Ljava/time/format/TextStyle;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=26)>]
member this.AppendZoneText : 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

per java.time.format.DateTimeFormatterBuilder.appendZoneText(java.time.format.TextStyle).

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.

Si applica a

AppendZoneText(TextStyle, ICollection<ZoneId>)

Aggiunge il nome del fuso orario, ad esempio "British Summer Time", al formattatore.

[Android.Runtime.Register("appendZoneText", "(Ljava/time/format/TextStyle;Ljava/util/Set;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=26)]
public Java.Time.Format.DateTimeFormatterBuilder? AppendZoneText(Java.Time.Format.TextStyle? textStyle, System.Collections.Generic.ICollection<Java.Time.ZoneId>? preferredZones);
[<Android.Runtime.Register("appendZoneText", "(Ljava/time/format/TextStyle;Ljava/util/Set;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=26)>]
member this.AppendZoneText : 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