Re: Get milliseconds of current time
Re: Get milliseconds of current time
- Subject: Re: Get milliseconds of current time
- From: Jonathan Jackel <email@hidden>
- Date: Wed, 24 Dec 2003 12:06:33 -0500
The fractional part of the value returned by
timeIntervalSinceReferenceDate is the fractional second.
timeIntervalSinceDate: is the comparison method you want.
All the NSDate methods work on NSCalendarDates. Always check the
superclass!
Jonathan
On Dec 24, 2003, at 7:19 AM, Lorenzo Puleo wrote:
Hi,
the NSCalendarDate class has functions to get
hourOfDay, minuteOfHour, secondOfMinute. Fine.
How can I get the millisecondOfSecond?
I cannot find that. And when comparing two NSCalendarDate(s) do the
milliseconds play their part? Thank you.
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
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.