TimeZone property

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

Implementation

String? get TimeZone =>
    this.PropertyBag[AppointmentSchema.TimeZone] as String?;