Re: timeZoneView
Re: timeZoneView
- Subject: Re: timeZoneView
- From: Deborah Goldsmith <email@hidden>
- Date: Mon, 08 Oct 2007 18:17:48 -0700
On Oct 8, 2007, at 9:42 AM, Knud Hinnerk Möller wrote:
I'm trying to include functionaly in a little application of mine to
choose a time zone. It would be wonderful if it were possible to use
the nice time zone picker that is used both in the system settings
and in iCal. I used F-Script Anywhere to have a look inside iCal,
and it seems to use a class called "NXTimeZoneView", which is not
documented anywhere. My question is: has anyone ever used this or
any similar functionality in a custom app?
It's not documented because it's an internal part of iCal, and use of
undocumented internal interfaces is not supported. That class may not
even exist in a future release of Mac OS X. If you use it, your
application will break.
Please use only documented APIs in your application.
As far as I know, there is no supported API for a time zone picker
control.
Deborah Goldsmith
Internationalization, Unicode liaison
Apple Inc.
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >timeZoneView (From: Knud Hinnerk Möller <email@hidden>) |