[]
Initializes a new instance of the TagDateTimeInputParams class.
public TagDateTimeInputParams()
Initializes a new instance of the TagDateTimeInputParams class.
public TagDateTimeInputParams(DateTime minDate, DateTime maxDate, DateTimePickerFormat format, string customFormat)
| Type | Name | Description |
|---|---|---|
| DateTime | minDate | The minimum allowed date. |
| DateTime | maxDate | The maximum allowed date. |
| DateTimePickerFormat | format | The format to use in the date/time picker. |
| string | customFormat | The custom date/time format string. |
Initializes a new instance of the TagDateTimeInputParams class.
public TagDateTimeInputParams(DateTimePickerFormat format, string customFormat)
| Type | Name | Description |
|---|---|---|
| DateTimePickerFormat | format | The format to use in the date/time picker. |
| string | customFormat | The custom date/time format string. |