Click or drag to resize

DateTimeControlInfo Constructor (String, DateTime, DateTime)

Initializes a new instance of the DateTimeControlInfo class.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public DateTimeControlInfo(
	string systemName,
	DateTime startDate,
	DateTime endDate
)

Parameters

systemName
Type: SystemString
Name of the system.
startDate
Type: SystemDateTime
The start date.
endDate
Type: SystemDateTime
The end date.
See Also