• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSDate vs. CFDate
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: NSDate vs. CFDate (From: Malte Tancred <email@hidden>)

  • Prev by Date: Re: NSHost and the IP addresses ...
  • Next by Date: Learning Cocoa with F-Script
  • Previous by thread: Re: NSDate vs. CFDate
  • Next by thread: Re: NSDate vs. CFDate
  • Index(es):
    • Date
    • Thread