---
title: nextDaylightSavingTimeTransition
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/timezone/nextdaylightsavingtimetransition
---

# nextDaylightSavingTimeTransition

The date of the next (after the current instant) daylight saving time transition for the time zone.

## Declaration

```swift
var nextDaylightSavingTimeTransition: Date? { get }
```

## Discussion

Discussion Depending on the time zone, the value of this property may represent a change of the time zone’s offset from GMT. The value is nil if the time zone does not currently observe daylight saving time.

## See Also

### Working with Daylight Savings

- [isDaylightSavingTime(for:)](foundation/timezone/isdaylightsavingtime(for:).md)
- [daylightSavingTimeOffset(for:)](foundation/timezone/daylightsavingtimeoffset(for:).md)
- [nextDaylightSavingTimeTransition(after:)](foundation/timezone/nextdaylightsavingtimetransition(after:).md)
