N
Nicholas Paldino [.NET/C# MVP]
Kovan,
You can always call the GetSystemTime API function through the P/Invoke
layer.
You will have to convert from a SYSTEMTIME structure to a DateTime
though.
Hope this helps.
You can always call the GetSystemTime API function through the P/Invoke
layer.
You will have to convert from a SYSTEMTIME structure to a DateTime
though.
Hope this helps.