MonobjcMonobjc Documented Class Library
NSDateFormatter Constructor
NamespacesMonobjc.FoundationNSDateFormatterNSDateFormatter()()()()
Members
IconMemberDescription
NSDateFormatter(NSString, Boolean)

Initializes and returns an NSDateFormatter instance that uses the Mac OS X v10.0 formatting behavior and the given date format string in its conversions.

Original signature is '- (id)initWithDateFormat:(NSString *)format allowNaturalLanguage:(BOOL)flag'

Available in Mac OS X v10.0 and later.


NSDateFormatter(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSDateFormatter()()()()
Initializes a new instance of the NSDateFormatter class.

NSDateFormatter(IntPtr)
Initializes a new instance of the NSDateFormatter class.

NSDateFormatter(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSDateFormatter class.

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