[DllImport("kernel32.dll")]
static extern bool SystemTimeToTzSpecificLocalTime(IntPtr
lpTimeZoneInformation, [In] ref SYSTEMTIME lpUniversalTime,
out SYSTEMTIME lpLocalTime);
<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
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!