Re: NSCalendarDate and +dateWithString:
Re: NSCalendarDate and +dateWithString:
- Subject: Re: NSCalendarDate and +dateWithString:
- From: Nathan Day <email@hidden>
- Date: Tue, 28 May 2002 18:22:53 +0930
there is no reason that a method like dataWithString should return an
NSCalendarDate instance, NSCFDate is probable a subclass of
NSCalendarDate. Even the init methods do have to return an instance of
the type they are defined in.
On Monday, May 27, 2002, at 06:13 PM, Malte Tancred wrote:
>
How come +dateWithString: returns an instance of NSCFDate when sent to
>
NSCalendarDate? What happened to [self alloc]?
_______________________________________________
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.