Share via


NSDateFormatter.GetDateFormatFromTemplate(String, UIntPtr, NSLocale) Method

Definition

[Foundation.Export("dateFormatFromTemplate:options:locale:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string GetDateFormatFromTemplate(string template, UIntPtr options, Foundation.NSLocale? locale);
[<Foundation.Export("dateFormatFromTemplate:options:locale:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetDateFormatFromTemplate : string * unativeint * Foundation.NSLocale -> string

Parameters

template
String
options
UIntPtr

unativeint

locale
NSLocale

Returns

Attributes

Applies to