편집

다음을 통해 공유


NSCalendarDate.GetDescription Method

Definition

Overloads

GetDescription(NSLocale)
GetDescription(String)
GetDescription(String, NSObject)

GetDescription(NSLocale)

[Foundation.Export("descriptionWithLocale:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string GetDescription (Foundation.NSLocale locale);
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.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string GetDescription (string calendarFormat);
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.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string GetDescription (string calendarFormat, Foundation.NSObject locale);
abstract member GetDescription : string * Foundation.NSObject -> string
override this.GetDescription : string * Foundation.NSObject -> string

Parameters

calendarFormat
String
locale
NSObject

Returns

Attributes

Applies to