Compartilhar via


DateTimeFormatterBuilder.AppendZoneText Método

Definição

Sobrecargas

AppendZoneText(TextStyle)

Acrescenta o nome do fuso horário, como 'Horário de verão britânico', ao formatador.

AppendZoneText(TextStyle, ICollection<ZoneId>)

AppendZoneText(TextStyle)

Acrescenta o nome do fuso horário, como 'Horário de verão britânico', ao formatador.

[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

Parâmetros

textStyle
TextStyle

o estilo de texto a ser usado, não nulo

Retornos

isso, para encadeamento, não nulo

Atributos

Comentários

Documentação Java para java.time.format.DateTimeFormatterBuilder.appendZoneText(java.time.format.TextStyle).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

AppendZoneText(TextStyle, ICollection<ZoneId>)

[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

Parâmetros

textStyle
TextStyle
preferredZones
ICollection<ZoneId>

Retornos

Atributos

Aplica-se a