Contents

CFTimeZoneCopyDefault()

Returns the default time zone set for your application.

Declaration

func CFTimeZoneCopyDefault() -> CFTimeZone!

Return Value

A time zone representing the default time zone set for your application, or the system time zone if no default is set. Ownership follows the The Create Rule.

Discussion

If no default time zone is set, this function simply returns the result of the CFTimeZoneCopySystem() function.

See Also

System and Default Time Zones and Information