FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
TIME_ZONE_ID

Known values of TIME_ZONE_ID. More...

Macros

#define TIME_ZONE_ID_UNKNOWN   0
 
#define TIME_ZONE_ID_STANDARD   1
 
#define TIME_ZONE_ID_DAYLIGHT   2
 

Detailed Description

Known values of TIME_ZONE_ID.

Since
version 3.6.0

Macro Definition Documentation

◆ TIME_ZONE_ID_DAYLIGHT

#define TIME_ZONE_ID_DAYLIGHT   2

Definition at line 67 of file winpr/include/winpr/timezone.h.

◆ TIME_ZONE_ID_STANDARD

#define TIME_ZONE_ID_STANDARD   1

Definition at line 66 of file winpr/include/winpr/timezone.h.

◆ TIME_ZONE_ID_UNKNOWN

#define TIME_ZONE_ID_UNKNOWN   0

Definition at line 65 of file winpr/include/winpr/timezone.h.