Method |
Description |
downCast |
Safe cast operation for date/time classes. |
downCast |
Safe cast operation for date/time classes. |
 getClassDescription |
Return the MBaseClassDescription for this MAbstractDateTime. |
 getDateTimeStruct |
Return the DateTimeStruct associated with this instance. See MDateTime::MDateTime() for more information. |
 getDay |
Return the day in this date/time instance. Value is between 1 and 31. |
 getHour |
Return the hour associated with this date/time instance. Value is between 0 and 23. |
 getMicroSeconds |
Return the microseconds in this date/time instance. |
 getMinute |
Return the minutes in this date/time instance. |
 getMonth |
Return the month in this date/time instance. Value is between 1 and 12. |
 getSecond |
Return the seconds associated with this date/time instance. |
 getTime |
Return the time associated with this date/time instance. |
 getYear |
Return the year associated with this date/time instance. |
 toDateString |
Convert this date/time instance to a date string. |
 toString |
Convert this date/time instance to a string. |
 toTimeString |
Convert this date/time instance to a time string. |