Files
AntdUI/doc/wiki/en/Control/TimePicker.md
2025-10-16 11:03:26 +08:00

867 B
Raw Blame History

HomeUpdateLogConfigTheme

TimePicker

👚

To select/input a time. Inherited from Input

  • DefaultPropertyValue
  • DefaultEventValueChanged

Property

Name Description Type Default Value
Format Format string HH:mm:ss
Value Current time TimeSpan 00:00:00
Placement Menu pop-up location TAlignFrom BL
DropDownArrow Is the dropdown arrow displayed bool false
ShowIcon Display icon or not bool true
ValueTimeHorizontal Horizontal alignment of time item bool false

Event

Name Description Return Value Parameters
ValueChanged Occurred when the value of the Value property is changed void TimeSpan value