timeZone property

String? timeZone
getter/setter pair

The time zone to be used when interpreting the schedule.

The value of this field must be a time zone name from the IANA tz database. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the list of valid timezone names. For e.g., Europe/Paris.

Required.

Implementation

core.String? timeZone;