previousDate property

DateTime? previousDate

Property getter and setter for previousDate: In the case of a rescheduled meeting - this will contain the original date/time as a reference in case communications should include that In the case of a rescheduled meeting - this will contain the original date/time as a reference in case communications should include that

Implementation

DateTime? get previousDate;
void previousDate=(DateTime? previousDate)

Implementation

set previousDate(DateTime? previousDate);