Set user time using a ServiceHandle
public bool UserTimeSet(UInt64 userTime, UInt64 rtcTime, ServiceHandle serviceHandle);
Parameters |
Description |
UInt64 userTime |
Number of milliseconds since 1/1/1970 (UTC/RTC) |
UInt64 rtcTime |
The absolute (RTC) time is used to calculate an additional offset to take into account the time between calling the RtcTime() function and calling this function |
ServiceHandle serviceHandle |
The ServiceHandle for communcating with the smartpen |
true indicates success