Langue

DateTimeFormatter.OfLocalizedPattern(String) Method

Definition

Creates a locale specific formatter derived from the requested template for the ISO chronology.

[Android.Runtime.Register("ofLocalizedPattern", "(Ljava/lang/String;)Ljava/time/format/DateTimeFormatter;", "", ApiSince=37)]
public static Java.Time.Format.DateTimeFormatter OfLocalizedPattern(string requestedTemplate);
[<Android.Runtime.Register("ofLocalizedPattern", "(Ljava/lang/String;)Ljava/time/format/DateTimeFormatter;", "", ApiSince=37)>]
static member OfLocalizedPattern : string -> Java.Time.Format.DateTimeFormatter

Parameters

requestedTemplate
String

the requested template, not null

Returns

the formatter based on the requestedTemplate pattern, not null

Attributes

Applies to