Method |
Description |
= |
Assignment operator. |
== |
Checks whether this MDateTime is equal to the one passed in. |
downCast |
Performs safe cast operation for MDateTime objects. |
downCast |
Performs safe cast operation for MDateTime objects. |
 getClassDescription |
Return the MBaseClassDescription for this MDateTime. |
 getClassName |
Return the char* "MDateTime" when called for an instance of this class. |
MDateTime |
Constructs an MDateTime instance. This constructor creates an MDateTime using the current local time. Microseconds are not included by this constructor. |
MDateTime |
Constructs an MDateTime instance. This constructor creates an independent copy of an existing MDateTime instance. |
MDateTime |
Constructs an MDateTime instance. This constructor creates an MDateTime from the specified string. |
MDateTime |
Constructs an MDateTime instance. This constructor encapsulates the date time data passed in through the time_t struct. |
MDateTime |
Constructs an MDateTime instance. This constructor creates an MDateTime based on a MDateTimeStruct structure, which includes the number of seconds and the number of microseconds. |