startDate property

Date? startDate
getter/setter pair

The start date of the range (inclusive).

Must be within the 30 days leading up to current date, and must be equal to or before end_date.

Implementation

Date? startDate;