---
title: "CFCalendarCopyTimeZone(_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cfcalendarcopytimezone(_:)"
---

# CFCalendarCopyTimeZone(_:)

Returns a time zone object for a specified calendar.

## Declaration

```swift
func CFCalendarCopyTimeZone(_ calendar: CFCalendar!) -> CFTimeZone!
```

## Parameters

- `calendar`: The calendar to examine.

## Return Value

Return Value A copy of the time zone object for the specified calendar. Ownership follows the The Create Rule.

## See Also

### Getting and Setting the Time Zone

- [CFCalendarSetTimeZone(_:_:)](corefoundation/cfcalendarsettimezone(_:_:).md)
