RE: Inconsistencies with NSDate timeIntervalSinceReferenceDate
RE: Inconsistencies with NSDate timeIntervalSinceReferenceDate
- Subject: RE: Inconsistencies with NSDate timeIntervalSinceReferenceDate
- From: Jeff Laing <email@hidden>
- Date: Thu, 22 Nov 2007 12:09:59 +1100
> NSTimeInterval now = [NSDate timeIntervalSinceReferenceDate];
> NSLog(@"%@", [NSDate dateWithTimeIntervalSinceReferenceDate: now]);
> NSLog(@"%@", [NSString stringWithFormat:@"%d", now]);
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Miscella
neous/Foundation_DataTypes/Reference/reference.html
typedef double NSTimeInterval;
------
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden