Time and Date structure.

Public Attributes#

uint8_t

Second (0-59)

uint8_t

Minute of month (0-59)

uint8_t

Hour (0-23)

uint8_t

Day of month (1-31)

sl_sleeptimer_month_t

Month (0-11)

uint16_t

Year, based on a 1900 Epoch.

sl_sleeptimer_weekDay_t

Day of week (0-6)

uint16_t

Day of year (1-366)

Offset, in seconds, from UTC.

Public Attribute Documentation#

sec#

uint8_t sl_sleeptimer_date_t::sec

Second (0-59)


min#

uint8_t sl_sleeptimer_date_t::min

Minute of month (0-59)


hour#

uint8_t sl_sleeptimer_date_t::hour

Hour (0-23)


month_day#

uint8_t sl_sleeptimer_date_t::month_day

Day of month (1-31)


month#

sl_sleeptimer_month_t sl_sleeptimer_date_t::month

Month (0-11)


year#

uint16_t sl_sleeptimer_date_t::year

Year, based on a 1900 Epoch.


day_of_week#

sl_sleeptimer_weekDay_t sl_sleeptimer_date_t::day_of_week

Day of week (0-6)


day_of_year#

uint16_t sl_sleeptimer_date_t::day_of_year

Day of year (1-366)


time_zone#

sl_sleeptimer_time_zone_offset_t sl_sleeptimer_date_t::time_zone

Offset, in seconds, from UTC.