The maximum allowed value.
Optional
options: { Accepts the following options (in addition to generic class-validator options):
allow_invalid: boolean = false
If true, allow the Dayjs object to be invalid (see isValid()).inclusive: boolean = false
If true, allow the maximum
date as well.granularity: string = 'milliseconds'
Defines the granularity, e.g. "day"
to ignore hours, minutes, seconds and milliseconds.
Checks if the given value is a valid Dayjs object not later than
maximum
.Example