[]
The control allows users to input dates and times, either by typing complete date/time values in any format supported, or by picking dates from a drop-down calendar and times from a drop-down list.
public class InputDateTime : InputDateBase, IHtmlContent, ITemplate, IDropDown
Name | Description |
---|---|
InputDateTime(IHtmlHelper, string) | Creates one InputDateTime instance. |
Name | Description |
---|---|
TimeFormat | Gets or sets the format used to display times in the drop-down list. |
TimeMax | Gets or sets the latest time that the user can enter. |
TimeMin | Gets or sets the earliest time that the user can enter. |
TimeStep | Gets or sets the number of minutes between entries in the drop-down list of times. |