how to get amout of ticks for a reference date on the iphone
Posted
by samsam
on Stack Overflow
See other posts from Stack Overflow
or by samsam
Published on 2010-04-13T11:49:12Z
Indexed on
2010/04/13
11:53 UTC
Read the original article
Hit count: 291
objective-c
|iphone
Hi there I'm programming against a Webservice that requires the amount of ticks (for the current time) (A single tick represents one hundred nanoseconds or one ten-millionth of a second) since 1.1.0001 (midnight).
what is the easiest way to get the amount of ticks from an NSDate Object?
thanks for your help
© Stack Overflow or respective owner