AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
This is the complete list of members for Aws::Crt::DateTime, including all inherited members.
DateTime() noexcept | Aws::Crt::DateTime | |
DateTime(const std::chrono::system_clock::time_point &timepointToAssign) noexcept | Aws::Crt::DateTime | |
DateTime(uint64_t millisSinceEpoch) noexcept | Aws::Crt::DateTime | |
DateTime(double epoch_millis) noexcept | Aws::Crt::DateTime | |
DateTime(const char *timestamp, DateFormat format) noexcept | Aws::Crt::DateTime | |
GetDay(bool localTime=false) const noexcept | Aws::Crt::DateTime | |
GetDayOfWeek(bool localTime=false) const noexcept | Aws::Crt::DateTime | |
GetHour(bool localTime=false) const noexcept | Aws::Crt::DateTime | |
GetLastError() const noexcept | Aws::Crt::DateTime | |
GetMinute(bool localTime=false) const noexcept | Aws::Crt::DateTime | |
GetMonth(bool localTime=false) const noexcept | Aws::Crt::DateTime | |
GetSecond(bool localTime=false) const noexcept | Aws::Crt::DateTime | |
GetYear(bool localTime=false) const noexcept | Aws::Crt::DateTime | |
IsDST(bool localTime=false) const noexcept | Aws::Crt::DateTime | |
Millis() const noexcept | Aws::Crt::DateTime | |
Now() noexcept | Aws::Crt::DateTime | static |
operator bool() const noexcept | Aws::Crt::DateTime | explicit |
operator!=(const DateTime &other) const noexcept | Aws::Crt::DateTime | |
operator+(const std::chrono::milliseconds &a) const noexcept | Aws::Crt::DateTime | |
operator-(const std::chrono::milliseconds &a) const noexcept | Aws::Crt::DateTime | |
operator-(const DateTime &other) const noexcept | Aws::Crt::DateTime | |
operator<(const DateTime &other) const noexcept | Aws::Crt::DateTime | |
operator<=(const DateTime &other) const noexcept | Aws::Crt::DateTime | |
operator=(double secondsSinceEpoch) noexcept | Aws::Crt::DateTime | |
operator=(uint64_t millisSinceEpoch) noexcept | Aws::Crt::DateTime | |
operator=(const std::chrono::system_clock::time_point &timepointToAssign) noexcept | Aws::Crt::DateTime | |
operator=(const char *timestamp) noexcept | Aws::Crt::DateTime | |
operator==(const DateTime &other) const noexcept | Aws::Crt::DateTime | |
operator>(const DateTime &other) const noexcept | Aws::Crt::DateTime | |
operator>=(const DateTime &other) const noexcept | Aws::Crt::DateTime | |
SecondsWithMSPrecision() const noexcept | Aws::Crt::DateTime | |
ToGmtString(DateFormat format, ByteBuf &outputBuf) const noexcept | Aws::Crt::DateTime | |
ToLocalTimeString(DateFormat format, ByteBuf &outputBuf) const noexcept | Aws::Crt::DateTime | |
UnderlyingTimestamp() const noexcept | Aws::Crt::DateTime |