#include <mcllib/MCTime.h>
Public Member Functions | |
mctime_t | getTime () const |
Get the time from a time delta. | |
MCTimeDelta (const char *deltaStr) | |
Construct from a delta specification string. | |
MCTimeDelta (mcinterval_t t) | |
Construct a time delta from an interval. | |
MCTimeDelta (mctime_t t) | |
Construct a time delta from a time. | |
operator mcinterval_t () const | |
Get an interval from a time delta. | |
MCString | toString () const |
Get as a delta string in the default format. |
|
Construct a time delta from a time.
|
|
Construct a time delta from an interval.
|
|
Construct from a delta specification string. This method is not implemented.
|
|
Get the time from a time delta.
|
|
Get an interval from a time delta.
|
|
Get as a delta string in the default format. This method is not implemented.
|