MonobjcMonobjc Documented Class Library
NSDate Constructor
NamespacesMonobjc.FoundationNSDateNSDate()()()()
Members
IconMemberDescription
NSDate(NSString)

Returns an NSDate object initialized with a date and time value specified by a given string in the international string representation format.

Original signature is '- (id)initWithString:(NSString *)description'

Available in Mac OS X v10.0 and later.


NSDate(Double, NSDate)

Returns an NSDate object initialized relative to another given date by a given number of seconds.

Original signature is '- (id)initWithTimeInterval:(NSTimeInterval)seconds sinceDate:(NSDate *)refDate'

Available in Mac OS X v10.0 and later.


NSDate(Double)

Returns an NSDate object initialized relative to the current date and time by a given number of seconds.

Original signature is '- (id)initWithTimeIntervalSinceNow:(NSTimeInterval)seconds'

Available in Mac OS X v10.0 and later.


NSDate(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.


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

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

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

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