maxDate property

DateTime maxDate
final

The latest date the user is permitted to pick.

This date must be on or after the minDate.

Note that only year & month are considered. time & day fields are ignored.

Implementation

final DateTime maxDate;