TimeZone property
String?
get
TimeZone
Implementation
// TimeSpan get Duration => this.PropertyBag[AppointmentSchema.Duration];
/// <summary>
/// Gets the name of the time zone this appointment is defined in.
/// </summary>
String? get TimeZone =>
this.PropertyBag[AppointmentSchema.TimeZone] as String?;