Click or drag to resize
DateTimeContainer Constructor
Creates new instance of DateTimeContainer.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public DateTimeContainer(
	DateTime dt
)

Parameters

dt
Type: SystemDateTime
DateTime object to be encapsulated
See Also