---
title: timeZone
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nstextcheckingresult/timezone
---

# timeZone

The time zone component of a type checking result.

## Declaration

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

## See Also

### Text Checking Results for Dates and Times

- [dateCheckingResult(range:date:)](foundation/nstextcheckingresult/datecheckingresult(range:date:).md)
- [dateCheckingResult(range:date:timeZone:duration:)](foundation/nstextcheckingresult/datecheckingresult(range:date:timezone:duration:).md)
- [date](foundation/nstextcheckingresult/date.md)
- [duration](foundation/nstextcheckingresult/duration.md)
