TimeUpDown
Represents a spinner control that displays TimeSpan values.
Last updated
Represents a spinner control that displays TimeSpan values.
Last updated
With a spin control, users can click arrow buttons to change incrementally the value within its associated date text box. The term spin box refers to the combination of a text box and its associated spin control.
For a full list of properties, methods and events see the API documentation.
The TimeUpDown control supports the inline Label property. This allows an application to set a label in relation to a TimeUpDown control without having to create an additional Label control.
LabelsThe TimeUpDown control features three preset icon alignments, Left, Center, and Right.
Class name
"wisej.web.TimeUpDown"
Theme appearance
"spinner", see Themes.
Child components
"upbutton" is the up button. "downbutton" is the down button. "textfield" is the textfield.
Source code