Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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);

.
Summary
The SetTimeZoneInformation function sets the current time-zone parameters. These parameters control translations from Coordinated Universal Time (UTC) to local time.
.

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);

.
Documentation
[SetTimeZoneInformation] on MSDN

Structures

.
Summary

advapi32

.

  //This snippet is tested on WinXP and Vista, only needed in Vista when using SetTimeZoneInformation


 
Access PInvoke.net directly from VS: