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)
Definition at line
119
of file platform/service/sleeptimer/inc/sl_sleeptimer.h
min#
uint8_t sl_sleeptimer_date_t::min
Minute of month (0-59)
Definition at line
120
of file platform/service/sleeptimer/inc/sl_sleeptimer.h
hour#
uint8_t sl_sleeptimer_date_t::hour
Hour (0-23)
Definition at line
121
of file platform/service/sleeptimer/inc/sl_sleeptimer.h
month_day#
uint8_t sl_sleeptimer_date_t::month_day
Day of month (1-31)
Definition at line
122
of file platform/service/sleeptimer/inc/sl_sleeptimer.h
month#
sl_sleeptimer_month_t sl_sleeptimer_date_t::month
Month (0-11)
Definition at line
123
of file platform/service/sleeptimer/inc/sl_sleeptimer.h
year#
uint16_t sl_sleeptimer_date_t::year
Year, based on a 1900 Epoch.
Definition at line
124
of file platform/service/sleeptimer/inc/sl_sleeptimer.h
day_of_week#
sl_sleeptimer_weekDay_t sl_sleeptimer_date_t::day_of_week
Day of week (0-6)
Definition at line
125
of file platform/service/sleeptimer/inc/sl_sleeptimer.h
day_of_year#
uint16_t sl_sleeptimer_date_t::day_of_year
Day of year (1-366)
Definition at line
126
of file platform/service/sleeptimer/inc/sl_sleeptimer.h
time_zone#
sl_sleeptimer_time_zone_offset_t sl_sleeptimer_date_t::time_zone
Offset, in seconds, from UTC.
Definition at line
127
of file platform/service/sleeptimer/inc/sl_sleeptimer.h