| DateTimeControlInfo Constructor (String, DateTime, DateTime) |
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
)
Public Sub New (
systemName As String,
startDate As DateTime,
endDate As DateTime
)
Parameters
- systemName
- Type: SystemString
Name of the system. - startDate
- Type: SystemDateTime
The start date. - endDate
- Type: SystemDateTime
The end date.
See Also