struct
#include <Containers/DateTime.h>
Tm Describes a date and time represented by DateTime.
Constructors, destructors, conversion operators
- Tm() noexcept
- Tm(const struct tm& tm, TimeZone tz) noexcept
- operator bool() const explicit noexcept
Public functions
- auto IsValid() const -> bool noexcept
-
auto GetWeekDay() -> std::
int32_t noexcept -
void AddMonths(std::
int32_t monDiff) noexcept -
void AddDays(std::
int32_t dayDiff) noexcept