Re: Wakeup/Sleep?
Re: Wakeup/Sleep?
- Subject: Re: Wakeup/Sleep?
- From: Nicko van Someren <email@hidden>
- Date: Wed, 17 Mar 2004 20:58:32 +0000
On 17 Mar 2004, at 20:52, Jerry LeVan wrote:
It is my understanding that NSCalendarData is a subclass of NSDate...
I also tried
NSCalendarDate *now = [NSCalendarDate calendarDate];
NSDate *plus30Sec = [now dateByAddingYears:0 months:0
days:0 hours:0 minutes:0 seconds:30];
using an NSDate got the same error code...
OK, well I guess that wasn't the problem then!
Nicko
_______________________________________________
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.