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

# nextDaylightSavingTimeTransition

The date of the next daylight saving time transition for the receiver.

## Declaration

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

## Discussion

Discussion This property contains the date of the next (after the current instant) daylight saving time transition for the receiver. Depending on the time zone of the receiver, the value of this property may represent a change of the time zone’s offset from GMT. Returns nil if the time zone of the receiver does not currently observe daylight saving time.

## See Also

### Working with Daylight Savings

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