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