uint23_t
month = moment.month();
uint23_t
day = moment.day();
uint23_t
hour = moment.hour();
uint23_t
minute = moment.minute();
uint23_t
second = moment.second();
uint32 minute() const noexcept
Gets the minute component of the date represented by this instance.
uint32 day() const noexcept
Gets the day of the month represented by this instance.
uint32 month() const noexcept
Gets the month component of the date represented by this instance.
uint32 year() const noexcept
Gets the year component of the date represented by this instance.
uint32 millisecond() const noexcept
Gets the milliseconds component of the date represented by this instance.
uint32 second() const noexcept
Gets the seconds component of the date represented by this instance.
uint32 hour() const noexcept
Gets the hour component of the date represented by this instance.
Represents an instant in time, typically expressed as a date and time of day.
Definition date_time.h:85
uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.h:23