![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents time.
Public Member Functions | |
TSLTimeInstant () | |
TSLTimeInstant (TSLTime64 time) | |
bool | isNull () const |
TSLTime64 | theTime () const |
TSLTimeInstant & | operator+= (TSLTimeInterval const &dt) |
TSLTimeInstant & | operator-= (TSLTimeInterval const &dt) |
bool | operator== (TSLTimeInstant const &other) const |
bool | operator!= (TSLTimeInstant const &other) const |
bool | operator< (TSLTimeInstant const &other) const |
bool | operator<= (TSLTimeInstant const &other) const |
bool | operator> (TSLTimeInstant const &other) const |
bool | operator>= (TSLTimeInstant const &other) const |
TSLTimeInstant::TSLTimeInstant | ( | ) |
Default constructor. Sets the time to the current (GMT) time.
|
inline |
Constructor. Sets the time to the supplied value.
time | A 64-bit value representing the time. |
|
inline |
Returns true if the value of the internal time representation is set to 0.
|
inline |
Comparison operator.
other | The other time to compare against. |
|
inline |
Advances the current time by the given interval.
dt | The interval by which to advance the time. |
|
inline |
Step back the current time by the given interval.
dt | The interval by which to regress the time. |
|
inline |
Comparison operator.
other | The other time to compare against. |
|
inline |
Comparison operator.
other | The other time to compare against. |
|
inline |
Comparison operator.
other | The other time to compare against. |
|
inline |
Comparison operator.
other | The other time to compare against. |
|
inline |
Comparison operator.
other | The other time to compare against. |
|
inline |
Returns the 64-bit value representing the raw time.