Method |
Description |
= |
Assignment operator. |
== |
Checks whether this MDate is equal to the MDate passed in as an argument. |
downCast |
Safe cast operation for MDate objects. |
downCast |
Safe cast operation for MDate objects. |
 getClassDescription |
Return the MBaseClassDescription for this MDate. |
 getClassName |
Return the char* "MDate" when called for an instance of this class. |
getDay |
Return the day encapsulated in this MDate instance as an integer between 1 and 31. |
getMonth |
Return the month encapsulated in this MDate instance as an integer between 1 and 12. |
getYear |
Return the year encapsulated in this MDate instance as a 4-digit integer. |
MDate |
Creates an MDate using the current local date. |
MDate |
Constructs an MDate instance as an independent copy of an existing MDate instance. |
MDate |
Constructs an MDate instance from the specified string. |
MDate |
Constructs an MDate instance using the year, month, and day that was specified. |
 toString |
Return this MDate as a string. |