selectedDate property

DateTime selectedDate
getter/setter pair

The date context for the time picker, used to determine if future times should be restricted. If this date is today, times later than the current time will be disabled.

Implementation

DateTime selectedDate;