---
title: isAllDay
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekevent/isallday
---

# isAllDay

A Boolean value that indicates whether the event is an all-day event.

## Declaration

```swift
var isAllDay: Bool { get set }
```

## See Also

### Accessing Event Properties

- [eventIdentifier](eventkit/ekevent/eventidentifier.md)
- [availability](eventkit/ekevent/availability.md)
- [startDate](eventkit/ekevent/startdate.md)
- [endDate](eventkit/ekevent/enddate.md)
- [occurrenceDate](eventkit/ekevent/occurrencedate.md)
- [isDetached](eventkit/ekevent/isdetached.md)
- [organizer](eventkit/ekevent/organizer.md)
- [status](eventkit/ekevent/status.md)
- [birthdayContactIdentifier](eventkit/ekevent/birthdaycontactidentifier.md)
- [structuredLocation](eventkit/ekevent/structuredlocation.md)
- [birthdayPersonID](eventkit/ekevent/birthdaypersonid.md)
- [birthdayPersonUniqueID](eventkit/ekevent/birthdaypersonuniqueid.md)
