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

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public TimeSpanContainer(
	TimeSpan ts
)

Parameters

ts
Type: SystemTimeSpan
TimeSpan object to be encapsulated
See Also