DateTimeFormatter.OfLocalizedPattern(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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