A2v10 Platform documentation
UK


TimePicker

Represents a time selector.

Inherits: ValuedControl : Control : UIElement : UIElementBase

Properties

Name Type Description
Align TextAlign Text alignment.
Placement DropDownPlacement The direction of the selector "drop-down". Possible values:
  • BottomLeft - (by default) downwards with the left edge binding.
  • BottomRight - downwards with the right edge binding.
  • TopLeft - upwards with the left edge binding.
  • TopRight - upwards with the right edge binding.
Size ControlSize Item size. Possible values:
  • Default, Normal - (by default) regular item size.
  • Large - increased item size.
(Other ControlSize enumeration values are not supported).
Base item properties

Example

Note! When the time is changed, the date will not change. This allows you to enter date and time using two controls - DatePicker and TimePicker.