MDAL
|
Public Types | |
enum | Unit { milliseconds = 0 , seconds , minutes , hours , days , weeks , months_CF , exact_years } |
Public Member Functions | |
RelativeTimestamp (double duration, Unit unit) | |
double | value (Unit unit) const |
bool | operator== (const RelativeTimestamp &other) const |
bool | operator< (const RelativeTimestamp &other) const |
Friends | |
class | DateTime |