NSCalendarDate.GetDescription Method

Definition

Overloads

GetDescription(NSLocale)

[Foundation.Export("descriptionWithLocale:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetDescription(Foundation.NSLocale? locale);
[<Foundation.Export("descriptionWithLocale:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDescription : Foundation.NSLocale -> string
override this.GetDescription : Foundation.NSLocale -> string

Parameters

locale
NSLocale

Returns

Attributes

Applies to

GetDescription(String)

[Foundation.Export("descriptionWithCalendarFormat:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetDescription(string calendarFormat);
[<Foundation.Export("descriptionWithCalendarFormat:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDescription : string -> string
override this.GetDescription : string -> string

Parameters

calendarFormat
String

Returns

Attributes

Applies to

GetDescription(String, NSObject)

[Foundation.Export("descriptionWithCalendarFormat:locale:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetDescription(string calendarFormat, Foundation.NSObject? locale);
[<Foundation.Export("descriptionWithCalendarFormat:locale:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDescription : string * Foundation.NSObject -> string
override this.GetDescription : string * Foundation.NSObject -> string

Parameters

calendarFormat
String
locale
NSObject

Returns

Attributes

Applies to