endDate property

Date? endDate
getter/setter pair

The end date (inclusive) of the freeze period.

Must be no later than 90 days from the start date. If the end date is earlier than the start date, the freeze period is considered wrapping year-end. Note: day and month must be set. year should not be set as it is not used. For example, {"month": 1,"date": 30}.

Implementation

Date? endDate;