systemtimetotzspecificlocaltime (kernel32)
Last changed: david.maciel@gmail.com-216.237.43.59

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool SystemTimeToTzSpecificLocalTime(IntPtr
   lpTimeZoneInformation, [In] ref SYSTEMTIME lpUniversalTime,
   out SYSTEMTIME lpLocalTime);

VB.Net Signature:

<DllImport( _
      "kernel32.dll", _
      CharSet:=CharSet.Auto, _
      SetLastError:=True)> _
Friend Shared Function SystemTimeToTzSpecificLocalTime( _
                 <[In]()>ByVal lpTimeZone As IntPtr, _
                 <[In]()> ByRef lpUniversalTime As SYSTEMTIME, _
                 <Out()> ByRef lpLocalTime As SYSTEMTIME) _
             As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation