Method |
Description |
= |
Assignment operator. |
== |
Checks whether this MTime is equal to the MTime passed in as an argument. |
downCast |
Safe cast operation for MTime objects. |
downCast |
Safe cast operation for MTime objects. |
 getClassDescription |
Return the primitive class description for this MTime instance. |
 getClassName |
Return the name of this class as a char*. |
getHour |
Return the hour encapsulated in this MTime instance as an integer between 0 and 23. |
getMicroSeconds |
Return the microseconds encapsulated in this MTime instance. |
getMinute |
Return the minutes encapsulated in this MTime instance as an integer between 0 and 59. |
getSecond |
Return the seconds encapsulated in this MTime instance as an integer between 0 and 59. |
MTime |
Construce an MTime instance using the current local time. |
MTime |
Construct a time object from the specified string. The format is hh:mm:ss[.s*]. |
MTime |
Copy constructor. Construct a time object from an independent copy of an existing MTime instance. |
MTime |
Constructs a time object using the specified hour, minute, and second. |
 toString |
Return this MTime instance as a string. |