CFAbsoluteTimeGetCurrent() / 1000; I just wanted to make sure that it was precise, or if there was a better way of doing it.
Asked
Active
Viewed 49 times
0
-
This is not a duplicate as my question was not asked in that post. – NJGUY Nov 06 '14 at 17:01
-
Either `CFAbsoluteTimeGetCurrent()` or `NSDate.timeIntervalSinceReferenceDate()` will give you a `Double` that's as accurate as the system can provide. What are you trying to do? – Nate Cook Nov 06 '14 at 17:32