[]
Defines a builder to configurate InputDateTime.
public class InputDateTimeBuilder : InputDateBaseBuilder<InputDateTime, InputDateTimeBuilder>, IHtmlString
| Name | Description |
|---|---|
| InputDateTimeBuilder(InputDateTime) | Creates one InputDateTimeBuilder instance to configurate |
| Name | Description |
|---|---|
| TimeFormat(string) | Configurates TimeFormat. Sets the format used to display times in the drop-down list. |
| TimeMax(DateTime) | Configurates TimeMax. Sets the latest time that the user can enter. |
| TimeMin(DateTime) | Configurates TimeMin. Sets the earliest time that the user can enter. |
| TimeStep(int) | Configurates TimeStep. Sets the number of minutes between entries in the drop-down list of times. |