Re: NSDate vs. CFDate
Re: NSDate vs. CFDate
- Subject: Re: NSDate vs. CFDate
- From: Lance Bland <email@hidden>
- Date: Thu, 27 Jun 2002 10:33:55 -0400
On Thursday, June 27, 2002, at 09:48 AM, Malte Tancred wrote:
An NSCFDate is a subclass of NSDate i believe. Try [theNSCFDateInstance
isKindOfClass:[NSDate class]]. It should return YES.
the classdump tool gives:
@interface NSCFDate:NSDate
{
}
+ allocWithZone:(struct _NSZone *)fp12;
- (char)isEqual:fp12;
- (unsigned int)hash;
- retain;
- (oneway void)release;
- (unsigned int)retainCount;
- (double)timeIntervalSinceReferenceDate;
- init;
- initWithTimeIntervalSinceReferenceDate:(double)fp36;
@end
-lance
------------------------------------
Lance Bland
mailto:email@hidden
web charts at
http://www.vvi.com/products/chart
_______________________________________________
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.