Method | Description | |
---|---|---|
Update ( string timeServer, int timeZoneOffset ) : bool |
Synchronize Netduino's local time with a time server (NTP).
|
Method | Description | |
---|---|---|
GetNtpTime ( String timeServer, int timeZoneOffset ) : System.DateTime |
public static Update ( string timeServer, int timeZoneOffset ) : bool | ||
timeServer | string | Time server (NTP) address e.g. 'time.nist.gov'. |
timeZoneOffset | int | Time zone difference in hours from UTC. |
return | bool |