NetworkTime Methods |
The NetworkTime type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNetworkTime |
Returns local time from specified ntp server.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
iGetNetworkTime |
Returns local time from specified ntp server.
| |
iTryGetNeworkTime |
Tries to get time from time.windows.com, time.nist.gov and on fail returns local computer time.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetNetworkTime |
Tries to get time from time.windows.com, time.nist.gov and on fail returns local computer time.
|