Click or drag to resize
NetworkTimeiTryGetNeworkTime Method
Tries to get time from time.windows.com, time.nist.gov and on fail returns local computer time.

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public DateTime iTryGetNeworkTime()

Return Value

Type: DateTime
DateTime object with actual time
Remarks
You don't have to create instance of NetworkTime object. This is here to provide support for non .NET applications using COM model, which does not support static class members.
See Also