SetTimeZoneInformation (KERNEL32.@)
BOOL SetTimeZoneInformation ( const TIME_ZONE_INFORMATION* tzinfo )
tzinfo | [In] | The new time zone. |
Change the settings of the current local time zone.
Success: TRUE. The time zone was updated with the settings from tzinfo
Failure: FALSE.
Defined in "winbase.h".
Implemented in "dlls/kernel/time.c". source.winehq.org/source/dlls/kernel/time.c
Debug channel "time".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.