Enumerations

enum  ndcs_dst_offset_t {
  NDCS_DST_OFFSET_STANDAR_TIME,
  NDCS_DST_OFFSET_HALF_HOUR,
  NDCS_DST_OFFSET_DAYLIGHT_TIME,
  NDCS_DST_OFFSET_DOUB_DAYLIGHT_TIME
}
 Daylight Saving Time Offset. More...
 

Detailed Description

Enumeration Type Documentation

◆ ndcs_dst_offset_t

Daylight Saving Time Offset.

Enumerator
NDCS_DST_OFFSET_STANDAR_TIME 

Standard Time.

NDCS_DST_OFFSET_HALF_HOUR 

Half An Hour Daylight Time (+0.5h).

NDCS_DST_OFFSET_DAYLIGHT_TIME 

Daylight Time (+1h).

NDCS_DST_OFFSET_DOUB_DAYLIGHT_TIME 

Double Daylight Time (+2h).

Definition at line 79 of file ndcs.h.