TestimoX

API Reference

Class

NtpConfigInfo

Namespace ComputerX.Time
Assembly ComputerX
Modifiers sealed

Host NTP configuration summary (server list, client/server enable flags).

Inheritance

  • Object
  • NtpConfigInfo

Constructors

public NtpConfigInfo() #

Properties

public String ComputerName { get; set; } #

Computer name associated with this configuration.

public String Type { get; set; } #

Time service type (NTP, NT5DS, AllSync, NoSync).

public String NtpServerRaw { get; set; } #

Raw NtpServer registry value (may contain 0x flags).

public String[] Servers { get; set; } #

Parsed list of NTP servers derived from NtpServer.

public Nullable<Int32> SpecialPollInterval { get; set; } #

Special poll interval in seconds, when configured.

public Nullable<Boolean> ServiceRunning { get; set; } #

True if the Windows Time service is running.