Desktop Functions: Smart Device Functions:
|
Search Results for "SetTimeZoneInformation" in [All]kernel32
/// The system cannot determine the current time zone. This error is also returned if you call the SetTimeZoneInformation function and supply the bias values but no transition dates.
/// The SetTimeZoneInformation function sets the current time-zone parameters.
private static extern bool SetTimeZoneInformation([In] ref TimeZoneInformation lpTimeZoneInformation);
SetTimeZoneInformation(ref tzi);
static extern bool SetTimeZoneInformation([In] ref TIME_ZONE_INFORMATION
/// The system cannot determine the current time zone. This error is also returned if you call the SetTimeZoneInformation function and supply the bias values but no transition dates.
/// The SetTimeZoneInformation function sets the current time-zone parameters.
private static extern bool SetTimeZoneInformation([In] ref TimeZoneInformation lpTimeZoneInformation);
SetTimeZoneInformation(ref tzi); Structuresadvapi32
//This snippet is tested on WinXP and Vista, only needed in Vista when using SetTimeZoneInformation |