Comment on page
TimeUpDown
Represents a spinner control that displays TimeSpan values.
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.
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.

TimeUpDown Labels in various positions.
The TimeUpDown control features three preset icon alignments, Left, Center, and Right.

TimeUpDown, Left, Center, and Right icon alignments.
Item | Description |
---|---|
Class name | "wisej.web.TimeUpDown" |
Theme appearance | |
Child components | "upbutton" is the up button. "downbutton" is the down button. "textfield" is the textfield. |
Source code |
Last modified 1yr ago