コード例 #1
0
ファイル: Kernel.cs プロジェクト: usbhell/flurrysharp
 public static extern int SetTimeZoneInformation(ref TIME_ZONE_INFORMATION lpTimeZoneInformation);
コード例 #2
0
ファイル: Kernel.cs プロジェクト: usbhell/flurrysharp
 public static extern int SystemTimeToTzSpecificLocalTime(ref TIME_ZONE_INFORMATION lpTimeZoneInformation, ref SYSTEMTIME lpUniversalTime, ref SYSTEMTIME lpLocalTime);
コード例 #3
0
ファイル: Kernel.cs プロジェクト: santosh-mnrec/rsync.net
		[DllImport("kernel32", CharSet = CharSet.Unicode)] public static extern int GetTimeZoneInformation(ref TIME_ZONE_INFORMATION lpTimeZoneInformation);