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.

For a full list of properties, methods and events see the API documentation.

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.

TimeUpDown Labels in various positions
Labels

Icon Alignment

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

TimeUpDown with Left, Center, and Right icon alignments

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.

Last updated

Was this helpful?