NSCalendarDate.GetDescription 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.
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