Click or drag to resize

NetworkTimeiTryGetNewtorkTime Method

Tries to get time from time.windows.com (or specified NTP server) and on failure returns local computer time.

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public DateTime iTryGetNewtorkTime(
	string NTPServer = "time.windows.com"
)

Parameters

NTPServer (Optional)
Type: SystemString
String address of time server. By default time.windows.com

Return Value

Type: DateTime
DateTime object with actual time
Remarks
The "i" named functions are here to allow access to static members through COM applications. In .NET applications, you can call static methods directly and don't need to instantiate this class.
See Also