API Reference
Class
NtpQuery
Reads Windows Time (w32time) configuration from the registry and service status.
Inheritance
- Object
- NtpQuery
Methods
public static NtpConfigInfo Get(String computerName = null) #Returns:
NtpConfigInfoReturns NTP configuration and service status for a computer.
Parameters
- computerName System.String = null
- Target computer; null/empty uses local machine.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object