noteDate property

DateTime? noteDate

Property getter and setter for noteDate:

Implementation

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

Implementation

set noteDate(DateTime? noteDate);