NSDateFormatter.GetDateFormatFromTemplate(String, UIntPtr, NSLocale) 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.
[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