Duration property

TimeSpan? Duration
Gets the duration of this appointment.

Implementation

TimeSpan? get Duration =>
    this.PropertyBag[AppointmentSchema.Duration] as TimeSpan?;