maxDateTime property

  1. @Input()
DateTime? maxDateTime
getter/setter pair

Maximum date time that can be chosen by the user.

Defaults to December 31 23:59, ten years in the future. Set this to the latest date time which makes sense in your domain context. e.g., for apps which analyse historical data, this could be the current date time.

Implementation

@Input()
DateTime? maxDateTime;