Class WindowsTimeGlobalSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Windows Time (W32Time) global configuration settings.
public class WindowsTimeGlobalSettings : BaseTypeSection
- Inheritance
-
WindowsTimeGlobalSettings
Constructors
WindowsTimeGlobalSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsTimeGlobalSettings class.
public WindowsTimeGlobalSettings()
Properties
MaxNegPhaseCorrection
Gets or sets the maximum allowable clock correction that can be made in a reverse direction.
public uint MaxNegPhaseCorrection { get; set; }
Property Value
MaxNegPhaseCorrectionSource
Gets or sets the configuration source for the MaxNegPhaseCorrection setting.
public PolicyConfigurableSourceType MaxNegPhaseCorrectionSource { get; set; }
Property Value
MaxPosPhaseCorrection
Gets or sets the maximum allowable clock correction that can be made in a forward direction in seconds.
public uint MaxPosPhaseCorrection { get; set; }
Property Value
MaxPosPhaseCorrectionSource
Gets or sets the configuration source for the MaxPosPhaseCorrection setting in seconds.
public PolicyConfigurableSourceType MaxPosPhaseCorrectionSource { get; set; }