Table of Contents

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

uint

MaxNegPhaseCorrectionSource

Gets or sets the configuration source for the MaxNegPhaseCorrection setting.

public PolicyConfigurableSourceType MaxNegPhaseCorrectionSource { get; set; }

Property Value

PolicyConfigurableSourceType

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

uint

MaxPosPhaseCorrectionSource

Gets or sets the configuration source for the MaxPosPhaseCorrection setting in seconds.

public PolicyConfigurableSourceType MaxPosPhaseCorrectionSource { get; set; }

Property Value

PolicyConfigurableSourceType