MonoMac.Foundation.NSDate Members

The members of MonoMac.Foundation.NSDate are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DistantFutureNSDate. Documentation for this section has not yet been entered.
[read-only]
static
DistantPastNSDate. Documentation for this section has not yet been entered.
[read-only]
static
NowNSDate. Gets the current date and time.
[read-only]
SecondsSinceReferenceDatedouble. Documentation for this section has not yet been entered.

Public Methods

AddSeconds(double) : NSDate
Documentation for this section has not yet been entered.
static
FromTimeIntervalSince1970(double) : NSDate
Documentation for this section has not yet been entered.
static
FromTimeIntervalSinceNow(double) : NSDate
Documentation for this section has not yet been entered.
static
FromTimeIntervalSinceReferenceDate(double) : NSDate
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the value of the current instance.

Public Operators

static
Conversion to System.DateTime(Implicit)Converts an NSDate value to an equivalent DateTime value.
static
Conversion to MonoMac.Foundation.NSDate(Implicit)Converts a DateTime value to an equivalent NSDate value.