mbgtools-lx  4.2.8
PCPS_DL_ONOFF Struct Reference

Daylight changeover specification. More...

#include <pcpsdefs.h>

Data Fields

uint16_t year_or_wday
 The full year number, or 0..6 == Sun..Sat if the DL_AUTO_FLAG is set. More...
 
uint8_t month
 [1..12] More...
 
uint8_t mday
 [1..31] More...
 
uint8_t hour
 [0..23] More...
 
uint8_t min
 [0..59] More...
 

Detailed Description

Daylight changeover specification.

Used as member field of PCPS_TZDL only. Most devices supporting conversion to local time support the TZDL structure instead.

See also
TZDL

Definition at line 1461 of file pcpsdefs.h.

Field Documentation

◆ hour

uint8_t PCPS_DL_ONOFF::hour

[0..23]

Definition at line 1466 of file pcpsdefs.h.

◆ mday

uint8_t PCPS_DL_ONOFF::mday

[1..31]

Definition at line 1465 of file pcpsdefs.h.

◆ min

uint8_t PCPS_DL_ONOFF::min

[0..59]

Definition at line 1467 of file pcpsdefs.h.

◆ month

uint8_t PCPS_DL_ONOFF::month

[1..12]

Definition at line 1464 of file pcpsdefs.h.

◆ year_or_wday

uint16_t PCPS_DL_ONOFF::year_or_wday

The full year number, or 0..6 == Sun..Sat if the DL_AUTO_FLAG is set.

Definition at line 1463 of file pcpsdefs.h.


The documentation for this struct was generated from the following file: