SetDaylightTime (Windows CE 5.0)
This function sets the current state of daylight saving time.
void SetDaylightTime( DWORD dst);
Parameters
dst
[in] Integer that indicates whether or not day light savings time is in effect.A value of 1 indicates that daylight saving time is in effect.
A value of zero indicates that standard time is in effect.
Return Values
None.
Remarks
To retrieve the current time zone state call GetTimeZoneInformation.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Time Functions | GetTimeZoneInformation | Timer Driver Reference | Daylight Saving Time Registry Settings
Send Feedback on this topic to the authors