The TagDateTimeInputParams type exposes the following members.

Constructors

  Name Description
Public method TagDateTimeInputParams()()()()
Initializes a new instance of the TagDateTimeInputParams class.
Public method TagDateTimeInputParams(DateTimePickerFormat, String)
Initializes a new instance of the TagDateTimeInputParams class.
Public method TagDateTimeInputParams(DateTime, DateTime, DateTimePickerFormat, String)
Initializes a new instance of the TagDateTimeInputParams class.

Methods

  Name Description
Public method AssignFrom
Copies the properties of the specified object to the current object.
(Overrides TagInputParams..::..AssignFrom(TagInputParams).)
Public method CheckValue
Checks the value contained in the control.
(Overrides TagInputParams..::..CheckValue(Control, Tag, String%).)
Public method ControlValueToTag
Copies the value from the control to the tag.
(Overrides TagInputParams..::..ControlValueToTag(Control, Tag).)
Public method CreateControl
Creates a DateTimePicker.
(Overrides TagInputParams..::..CreateControl(Tag, Int32).)
Public method IsShowLabel
Returns a value indicating whether the input form should show the label with the tag's description adjacent to the input control.
(Inherited from TagInputParams.)
Public method TagValueToControl
Copies the value from the tag to the control.
(Overrides TagInputParams..::..TagValueToControl(Control, Tag).)

Properties

  Name Description
Public property CustomFormat
Gets or sets the custom date/time format string.
Public property Format
Gets or sets the format to use in the date/time picker.
Public property MaxDate
Gets or sets the maximum allowed date.
Public property MinDate
Gets or sets the minimum allowed date.

See Also