End property
DateTime?
get
End
Implementation
DateTime? get End => this.PropertyBag[AppointmentSchema.End] as DateTime?;
set
End
(DateTime? value)
Implementation
set End(DateTime? value) => this.PropertyBag[AppointmentSchema.End] = value;