Click or drag to resize

DateTimeControlInfo Class

Class contains functions for date time control info handling.
Inheritance Hierarchy
SystemObject
  Dynamicweb.News.Common.FrontendFControlInfo
    Dynamicweb.News.Common.FrontendDateTimeControlInfo

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class DateTimeControlInfo : FControlInfo

The DateTimeControlInfo type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeControlInfo(String, DateTime)
Initializes a new instance of the DateTimeControlInfo class.
Public methodDateTimeControlInfo(String, DateTime, FrontendControlValidator)
Initializes a new instance of the DateTimeControlInfo class.
Public methodDateTimeControlInfo(String, DateTime, DateTime)
Initializes a new instance of the DateTimeControlInfo class.
Public methodDateTimeControlInfo(String, DateTime, DateTime, FrontendControlValidator)
Initializes a new instance of the DateTimeControlInfo class.
Top
Properties
  NameDescription
Public propertyAdditionalValidator
Gets or sets the additional validator.
(Inherited from FControlInfo.)
Public propertyEnableClientValidation
Determines whether the current must be client validated.
(Inherited from FControlInfo.)
Public propertyEndDate
Gets the end date.
Public propertyIsDropDown
Determines whether the current control is DropDown.
(Inherited from FControlInfo.)
Public propertyRequired
Determines whether the current control is required to fill.
(Inherited from FControlInfo.)
Public propertyStartDate
Gets the start date.
Public propertySystemName
Stores and retrieves full system name of control.
(Inherited from FControlInfo.)
Public propertyTypeID
Stores and retrieves the current control type.
(Inherited from FControlInfo.)
Top
See Also