FROM : Jeff Laing
DATE : Thu Nov 22 02:09:59 2007
> 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;
------
DATE : Thu Nov 22 02:09:59 2007
> 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;
------
| Related mails | Author | Date |
|---|---|---|
| Dallas Brown | Nov 22, 02:01 | |
| stephen joseph but… | Nov 22, 02:08 | |
| Jeff Laing | Nov 22, 02:09 | |
| Dallas Brown | Nov 22, 03:49 |






Cocoa mail archive

