Time Picker
Time picker component for Universal Dashboard
Last updated
Time picker component for Universal Dashboard
Last updated
Time pickers pickers provide a simple way to select a single value from a pre-determined set.
New-UDTimePicker
Name | Type | Description | Required |
Id | String | The ID of the component. It defaults to a random GUID. | false |
Label | String | The label to show with the time picker. | false |
OnChange | Endpoint | A script block to call when the time is changed. The $EventData variable contains the currently selected time. | false |
Value | String | The current value of the time picker. | false |