mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-12 00:30:44 +08:00
867 B
867 B
TimePicker
👚
To select/input a time. Inherited from Input
- DefaultProperty:Value
- DefaultEvent:ValueChanged
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 |