Click or drag to resize

FixedDateTimeProvider Constructor

Initializes a new instance of the FixedDateTimeProvider class using a fixed date and time.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public FixedDateTimeProvider(
	DateTime fixedValue
)

Parameters

fixedValue
Type: SystemDateTime
The date and time that must be used by this provider.
See Also