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 "TIME_ZONE_INFORMATION" in [All]

kernel32

.

static extern uint GetTimeZoneInformation(out TIME_ZONE_INFORMATION

.

/// <param name="lpTimeZoneInformation">[out] Pointer to a TIME_ZONE_INFORMATION structure to receive the current time-zone parameters.</param>

.

/// The system is operating in the range covered by the StandardDate member of the TIME_ZONE_INFORMATION structure.

.

/// The system is operating in the range covered by the DaylightDate member of the TIME_ZONE_INFORMATION structure.

.

/// <param name="lpTimeZoneInformation">[in] Pointer to a TIME_ZONE_INFORMATION structure that contains the time-zone parameters to set.</param>

.

DYNAMIC_TIME_ZONE_INFORMATION

.

static extern bool SetTimeZoneInformation([In] ref TIME_ZONE_INFORMATION

.

        /// <param name="lpTimeZoneInformation">[out] Pointer to a TIME_ZONE_INFORMATION structure to receive the current time-zone parameters.</param>

.

        /// The system is operating in the range covered by the StandardDate member of the TIME_ZONE_INFORMATION structure.

.

        /// The system is operating in the range covered by the DaylightDate member of the TIME_ZONE_INFORMATION structure.

.

        /// <param name="lpTimeZoneInformation">[in] Pointer to a TIME_ZONE_INFORMATION structure that contains the time-zone parameters to set.</param>

Structures

.
Documentation
[DYNAMIC_TIME_ZONE_INFORMATION] on MSDN
.

    public struct TIME_ZONE_INFORMATION

.

    Private Structure TIME_ZONE_INFORMATION

.
Documentation
[TIME_ZONE_INFORMATION] on MSDN

 
Access PInvoke.net directly from VS: