Fundamentals
Components
Code Utilities
Demo
BcTimePicker
Description
The BcTimePicker component allows users to select a time using input fields and increment/decrement buttons.
Parameters
Value
TimeOnly
The currently selected time.
ValueChanged
Action < TimeOnly >
An event callback triggered when the time selection changes.
Methods
ValidateValue ( )
Validates the input text and updates the selected time if it matches the expected format.
void
ResetDisplayText ( )
Resets the displayed time text to match the currently selected time.
void
Sample
b