minDateTime property

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

Minimum date time that can be chosen by the user.

Defaults to January 1 00:00, ten years ago. Set this to the earliest date time which makes sense in your domain context. e.g., the earliest date time for which data is available for analysis.

Implementation

@Input()
DateTime? minDateTime;