MonobjcMonobjc Documented Class Library
DescriptionWithLocale Method (locale)
NamespacesMonobjc.FoundationNSDateDescriptionWithLocale(Id)

Returns a string representation of the receiver using the given locale.

Original signature is '- (NSString *)descriptionWithLocale:(id)locale'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DescriptionWithLocale(
	Id locale
)
Public Overridable Function DescriptionWithLocale ( _
	locale As Id _
) As NSString
public:
virtual NSString^ DescriptionWithLocale(
	Id^ locale
)
Parameters
locale (Id)
An NSLocale object.
Return Value
A string representation of the receiver, using the given locale, or if the locale argument is nil, in the international format YYYY-MM-DD HH:MM:SS ±HHMM, where ±HHMM represents the time zone offset in hours and minutes from GMT (for example, “2001-03-24 10:45:32 +0600”)
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)