StartDate property
TZDateTime?
get
StartDate
Implementation
TZDateTime? get StartDate =>
this.GetFieldValueOrThrowIfNull<DateTime?>(this._startDate, "StartDate") as TZDateTime?;
set
StartDate
(TZDateTime? value)
Implementation
set StartDate(TZDateTime? value) => this._startDate = value;