TimeZone property

String? TimeZone
Gets the duration of this appointment. Gets the name of the time zone this appointment is defined in.

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?;