1 #include "ZonedExtra.h"
7 int16_t year, uint8_t month, uint8_t day,
8 uint8_t hour, uint8_t minute, uint8_t second,
11 year, month, day, hour, minute, second, fold);
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
static LocalDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date and time components.
Class that describes a time zone.
ZonedExtra getZonedExtra(const LocalDateTime &ldt) const
Return the ZonedExtra information at epochSeconds.
int32_t acetime_t
Type for the number of seconds from epoch.