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

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

Parameters

dt
Type: SystemDateTime
DateTime object to be encapsulated
See Also