Re: Time & Date Preferences?
Re: Time & Date Preferences?
- Subject: Re: Time & Date Preferences?
- From: Emma Whan <email@hidden>
- Date: Mon, 2 Jun 2003 18:48:38 +1000
Read the documentation for NSUserDefaults. The documentation shows the
constants for all the keys in the NSUserDefaults dictionary. For
example if you wanted to get the user's date format string you would
use [[NSUserDefaults standardUserDefaults]
objectForKey:NSDateFormatString].
On Monday, June 2, 2003, at 05:05 PM,
email@hidden wrote:
>
Date: Mon, 2 Jun 2003 07:56:18 +0200
>
Subject: Time & Date Preferences?
>
From: Andreas Mayer <email@hidden>
>
To: email@hidden
>
>
Hi,
>
>
how do I query the time and date preferences, the user has chosen via
>
System Preferences?
>
>
If there's no (working) Cocoa way, a Carbon solution would be fine, too
>
...
>
>
>
Thanks!
>
>
Andreas
>
>
--__--__--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.