Lingua

DateTimeFormatterBuilder.AppendLocalized Metodo

Definizione

Overload

Nome Descrizione
AppendLocalized(String)
AppendLocalized(FormatStyle, FormatStyle)

Aggiunge un modello di data e ora localizzato al formattatore.

AppendLocalized(String)

[Android.Runtime.Register("appendLocalized", "(Ljava/lang/String;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=37)]
public Java.Time.Format.DateTimeFormatterBuilder AppendLocalized(string requestedTemplate);
[<Android.Runtime.Register("appendLocalized", "(Ljava/lang/String;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=37)>]
member this.AppendLocalized : string -> Java.Time.Format.DateTimeFormatterBuilder

Parametri

requestedTemplate
String

Valori restituiti

Attributi

Si applica a

AppendLocalized(FormatStyle, FormatStyle)

Aggiunge un modello di data e ora localizzato al formattatore.

[Android.Runtime.Register("appendLocalized", "(Ljava/time/format/FormatStyle;Ljava/time/format/FormatStyle;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=26)]
public Java.Time.Format.DateTimeFormatterBuilder? AppendLocalized(Java.Time.Format.FormatStyle? dateStyle, Java.Time.Format.FormatStyle? timeStyle);
[<Android.Runtime.Register("appendLocalized", "(Ljava/time/format/FormatStyle;Ljava/time/format/FormatStyle;)Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=26)>]
member this.AppendLocalized : Java.Time.Format.FormatStyle * Java.Time.Format.FormatStyle -> Java.Time.Format.DateTimeFormatterBuilder

Parametri

dateStyle
FormatStyle

lo stile della data da utilizzare, null indica che non è necessaria alcuna data

timeStyle
FormatStyle

lo stile dell'ora da usare, null significa che non è necessario tempo

Valori restituiti

questo, per concatenamento, non null

Attributi

Commenti

per java.time.format.DateTimeFormatterBuilder.appendLocalized(java.time.format.FormatStyle, java.time.format.FormatStyle).

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