0

I tried to convert it to objective c code using:

double timeSince1970 = [[NSDate date] timeIntervalSince1970];

but had no luck Please help !!

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

0

in c # used

Environment.TickCount

and in c look at this answer

Get the current time, in milliseconds, in C?

Community
  • 1
  • 1
erakm
  • 106
  • 2