TimeUpDown
Represents a spinner control that displays TimeSpan values.
The Wisej.NET TimeUpDown
control enables users to incrementally change values in a date text box using arrow buttons. The spin box combines a text box with its associated spin control.
Features
Label
The TimeUpDown
control supports the inline Label property. This allows setting a label in relation to a TimeUpDown
control without creating an additional Label
control.

Icon Alignment
The TimeUpDown
control offers three preset icon alignments: Left
, Center
, and Right
.

Advanced
JavaScript Widget
Item
Description
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
Last updated
Was this helpful?