7 dword DSTStartUTC, DSTEndUTC;
24 ret = (DSTStartUTC < DSTEndUTC) ? DSTStartUTC : DSTEndUTC;
32 ret = (DSTStartUTC < DSTEndUTC) ? DSTStartUTC : DSTEndUTC;
dword DST_FindNextTransition(void)
void DST_GetDefaultDSTRule(void)
void DST_GetTransitions_Europe(dword *DSTStartUTC, dword *DSTEndUTC, dword StartDate)
void DST_GetTransitions_Manual(dword *DSTStartUTC, dword *DSTEndUTC)
dword UTC2LocalTime(dword UTCTime, short *Offset)