AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Aws::Crt::DateTime Member List

This is the complete list of members for Aws::Crt::DateTime, including all inherited members.

DateTime() noexceptAws::Crt::DateTime
DateTime(const std::chrono::system_clock::time_point &timepointToAssign) noexceptAws::Crt::DateTime
DateTime(uint64_t millisSinceEpoch) noexceptAws::Crt::DateTime
DateTime(double epoch_millis) noexceptAws::Crt::DateTime
DateTime(const char *timestamp, DateFormat format) noexceptAws::Crt::DateTime
GetDay(bool localTime=false) const noexceptAws::Crt::DateTime
GetDayOfWeek(bool localTime=false) const noexceptAws::Crt::DateTime
GetHour(bool localTime=false) const noexceptAws::Crt::DateTime
GetLastError() const noexceptAws::Crt::DateTime
GetMinute(bool localTime=false) const noexceptAws::Crt::DateTime
GetMonth(bool localTime=false) const noexceptAws::Crt::DateTime
GetSecond(bool localTime=false) const noexceptAws::Crt::DateTime
GetYear(bool localTime=false) const noexceptAws::Crt::DateTime
IsDST(bool localTime=false) const noexceptAws::Crt::DateTime
Millis() const noexceptAws::Crt::DateTime
Now() noexceptAws::Crt::DateTimestatic
operator bool() const noexceptAws::Crt::DateTimeexplicit
operator!=(const DateTime &other) const noexceptAws::Crt::DateTime
operator+(const std::chrono::milliseconds &a) const noexceptAws::Crt::DateTime
operator-(const std::chrono::milliseconds &a) const noexceptAws::Crt::DateTime
operator-(const DateTime &other) const noexceptAws::Crt::DateTime
operator<(const DateTime &other) const noexceptAws::Crt::DateTime
operator<=(const DateTime &other) const noexceptAws::Crt::DateTime
operator=(double secondsSinceEpoch) noexceptAws::Crt::DateTime
operator=(uint64_t millisSinceEpoch) noexceptAws::Crt::DateTime
operator=(const std::chrono::system_clock::time_point &timepointToAssign) noexceptAws::Crt::DateTime
operator=(const char *timestamp) noexceptAws::Crt::DateTime
operator==(const DateTime &other) const noexceptAws::Crt::DateTime
operator>(const DateTime &other) const noexceptAws::Crt::DateTime
operator>=(const DateTime &other) const noexceptAws::Crt::DateTime
SecondsWithMSPrecision() const noexceptAws::Crt::DateTime
ToGmtString(DateFormat format, ByteBuf &outputBuf) const noexceptAws::Crt::DateTime
ToLocalTimeString(DateFormat format, ByteBuf &outputBuf) const noexceptAws::Crt::DateTime
UnderlyingTimestamp() const noexceptAws::Crt::DateTime