Network Time Protocol
CLASS aprTime
Description
The network time client library enables the application to request the current time and date from a remote server. The values returned may either be expressed in local time (using the local host's timezone) or system time (also known as Coordinated Universal Time (UTC) or Grenwich Mean Time (GMT)). The Class may also be used to synchronize the local host's system clock with the remote server.
|
Variables | ||
|
|
Holds a description for the Last error code | |
|
|
Enable/Disable extended Debug notifications. | |
|
|
Enable/Disable Callstack List to be included in Error Messages (:Debug) | |
|
|
Holds the last error code | |
|
| ||
|
Methods | ||
|
|
Creates a new instance of the aprTime Class | |
|
|
Releases the system resources assigned by the :New() Method. | |
|
|
|
|
|
|
Convert network time to system time | |
|
|
Convert system time to network time | |
|
|
Create NetworkTime from Internal Clock | |
|
|
Return the current network time from the remote host | |
|
|
Sets/Returns the Current Timeout Value, in Seconds | |
|
|
Enable/Disable logging of socket-level calls to the trace log | |
|
|
Update the local system time with the network time | |