---
title: endTimeZone
framework: datadetection
role: symbol
role_heading: Instance Property
path: datadetection/datadetector/match/semanticdetails/calendarevent/endtimezone
---

# endTimeZone

An optional time zone object that may contain the time zone of the end date of the event.

## Declaration

```swift
let endTimeZone: TimeZone?
```

## See Also

### Calendar event properties

- [allDay](datadetection/datadetector/match/semanticdetails/calendarevent/allday.md)
- [startDate](datadetection/datadetector/match/semanticdetails/calendarevent/startdate.md)
- [endDate](datadetection/datadetector/match/semanticdetails/calendarevent/enddate.md)
- [startTimeZone](datadetection/datadetector/match/semanticdetails/calendarevent/starttimezone.md)
