S
Steve
Has anyone else noticed that using SetSystemTime:-
[DLLImport("coredll.dll")]
public extern static uint (SetSystemTime(ref SYSTEMTIME lpSystemTime));
....the hour always adds an extra hour to itself. ie if I set the SYSTEMTIME
struct to 13:10 pm then it sets the time on the PDa to 14:10 pm.
Is this a known bug(if so I'll just deduct an hour before the call) or am I
missing something.
Thanks.
Steve.
[DLLImport("coredll.dll")]
public extern static uint (SetSystemTime(ref SYSTEMTIME lpSystemTime));
....the hour always adds an extra hour to itself. ie if I set the SYSTEMTIME
struct to 13:10 pm then it sets the time on the PDa to 14:10 pm.
Is this a known bug(if so I'll just deduct an hour before the call) or am I
missing something.
Thanks.
Steve.