---
title: timeZone
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekcalendaritem/timezone
---

# timeZone

The time zone for the calendar item.

## Declaration

```swift
var timeZone: TimeZone? { get set }
```

## Discussion

Discussion If nil, the calendar item is a floating event. A floating event is not tied to a particular time zone. It occurs at a given time regardless of the time zone — for example, “lunch at noon.” The start and end times of a floating event should be set as if they were in the system time zone.

## See Also

### Accessing Calendar Item Properties

- [calendar](eventkit/ekcalendaritem/calendar.md)
- [title](eventkit/ekcalendaritem/title.md)
- [location](eventkit/ekcalendaritem/location.md)
- [creationDate](eventkit/ekcalendaritem/creationdate.md)
- [lastModifiedDate](eventkit/ekcalendaritem/lastmodifieddate.md)
- [url](eventkit/ekcalendaritem/url.md)
