  | DateTimeControlInfo Constructor (String, DateTime) | 
  
    Namespace: 
   Dynamicweb.News.Common.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic DateTimeControlInfo(
	string systemName,
	DateTime startDate
)
Public Sub New ( 
	systemName As String,
	startDate As DateTime
)
Parameters
- systemName
 - Type: SystemString
Name of the system. - startDate
 - Type: SystemDateTime
The start date. 
See Also