|
| Date (std::uint64_t secondsSinceEpochOrRestart) |
|
| Date (const Date &from) |
|
| Date (Date &&from) |
|
Date & | operator= (const Date &other) noexcept |
|
Date & | operator= (Date &&other) noexcept |
|
void | setToNow () noexcept |
| Sets the value to now without any temporaries being created/destroyed.
|
|
std::string | iso8601DateTime () const noexcept |
|
| operator std::string () const noexcept |
|
std::uint64_t | secondsSinceUnixEpoch () const noexcept |
|
bool | operator== (const Date &other) const noexcept |
|
bool | operator!= (const Date &other) const noexcept |
|
bool | operator< (const Date &other) const noexcept |
|
bool | operator> (const Date &other) const noexcept |
|
bool | operator<= (const Date &other) const noexcept |
|
bool | operator>= (const Date &other) const noexcept |
|
Date | operator- (const TimeInterval &other) noexcept |
|
Date & | operator-= (const TimeInterval &other) noexcept |
|
Date | operator+ (const TimeInterval &other) noexcept |
|
Date & | operator+= (const TimeInterval &other) noexcept |
|
| operator long () const noexcept |
|
The documentation for this class was generated from the following file:
- D:/git/skunkworks/herald-for-cpp/herald/include/herald/datatype/date.h