Comment on page
TimePicker
A button that, when clicked on, launches a popup dialog to allow the user to select a time.
Returns the button's background color
The hour of the last time set using the time picker. The hour is in a 24 hour format. If the last time set was 11:53 pm, this property will return 23.
Specifies the path of the button's image. If there is both an Image and a BackgroundColor, only the Image will be visible.
Instant of time. This instant can be used with Clock component for time documentation, conversion, and matriculation.
The minute of the last time set using the time picker
Specifies the button's shape (default, rounded, rectangular, oval). The shape will not be visible if an Image is being displayed.
Specifies if a visual feedback should be shown for a button that as an image as background.
Specifies whether the component should be visible on the screen. Value is true if the component is showing and false if hidden.
This event is run when a user has set the time in the popup dialog.
Indicates the cursor moved over the button so it is now possible to click it.
Indicates the cursor moved away from the button so it is now no longer possible to click it.
Launches the TimePicker popup.
Allows the user to set the time to be displayed when the time picker opens. Valid values for the hour field are 0-23 and 0-59 for the second field.
Allows the instant to set the hour and minute to be displayed when the time picker opens. Instants are used in Clock, DatePicker, and TimePicker components.
Last modified 5yr ago