startDate property

FlexiDate? get startDate

Property getter and setter for startDate:

Implementation

FlexiDate? get startDate;
set startDate (FlexiDate? startDate)

Implementation

set startDate(FlexiDate? startDate);