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 - Returns the day of the week.
-
void AddMonths(std::
int32_t monDiff) noexcept - Adds the specified number of months.
-
void AddDays(std::
int32_t dayDiff) noexcept - Adds the specified number of days.