BcDateTimeCard
Description
The BcDateTimeCard component provides an interactive date and time picker inside a card. It allows users to expand the card and select a date-time value.
Parameters
Title
string?
The main title text displayed in the date-time card.
SubTitle
string?
The subtitle text displayed below the title in the date-time card.
CardType
BcCardType
Specifies the type of the card, affecting its styling.
StatusColor
BcStatusColor
Determines the status color of the date-time card, which affects its visual appearance.
Value
DateTime
The currently selected date and time value.
ValueChanged
Action < DateTime >
An event callback that is triggered when the selected date-time value changes.
Methods
Toggles the expanded state of the card, showing or hiding the date-time picker.
Sample
This is a CalendarDateCard.
Clicking on this Card allows you to set a CalendarDate