#include "FBLib_time.h"Go to the source code of this file.
Functions | |
| void | DST_SetDSTRule (tDSTRule NewDSTRule) |
Variables | |
| tDSTRule | DSTRule = DSTR_Undefined |
| dword | DSTStartUTCsaved = 0 |
| dword | DSTEndUTCsaved = 0 |
| void DST_SetDSTRule | ( | tDSTRule | NewDSTRule | ) |
Definition at line 6 of file DST_SetDSTRule.c.
References DSTRule, TRACEENTER, and TRACEEXIT.
Referenced by DST_GetDefaultDSTRule().
| dword DSTEndUTCsaved = 0 |
Definition at line 4 of file DST_SetDSTRule.c.
Referenced by DST_GetTransitions_Manual().
| tDSTRule DSTRule = DSTR_Undefined |
Definition at line 3 of file DST_SetDSTRule.c.
Referenced by DST_FindNextTransition(), DST_SetDSTRule(), LocalTime2UTC(), and UTC2LocalTime().
| dword DSTStartUTCsaved = 0 |
Definition at line 4 of file DST_SetDSTRule.c.
Referenced by DST_GetTransitions_Manual().