Re: NSTimer
Re: NSTimer
- Subject: Re: NSTimer
- From: "Thomas Brian" <email@hidden>
- Date: Thu, 4 Dec 2008 16:49:38 +0100
On Thu, Dec 4, 2008 at 12:17 PM, Mahaboob <email@hidden> wrote:
> Hi,
> For that I used the code :
> NSDate* theDate = [NSDate dateWithTimeIntervalSinceReferenceDate:0];
Unless I am mistaken, this will create a date set to January 1st, 2001. To
get a date representing "now", you can use [NSDate date].
_______________________________________________
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
References: | |
| >NSTimer (From: Mahaboob <email@hidden>) |