endDate property

FlexiDate? endDate

Property getter and setter for endDate:

Implementation

FlexiDate? get endDate;
void endDate=(FlexiDate? endDate)

Implementation

set endDate(FlexiDate? endDate);