Method |
Description |
= |
Assignment operator. |
== |
Determine whether this MInterval is equal to the MInterval passed in as an argument. |
downCast |
Performs safe cast operation for MInterval objects. |
downCast |
Performs safe cast operation for MInterval objects. |
 getClassDescription |
Return the MBaseClassDescription for this MInterval. |
 getClassName |
Return the class name as a char*. |
getMicroSeconds |
Return the microseconds in this interval. For example, if the interval has 200 seconds, 5 microseconds, returns 5. |
getSeconds |
Return the complete interval in seconds. For example, if the interval has 2 minutes, 5 seconds, returns 125. |
MInterval |
This constructor creates an independent copy of an existing MInterval instance. |
MInterval |
Constructs an MInterval instance from the specified string. |
MInterval |
Constructs an MInterval instance by specifying the number of days, hours, minutes, seconds (and optional microseconds). |
 toString |
Return this MInterval as a string. |