System.currentTimeMillis()用于C#和目标c

时间:2015-01-12 13:18:31

标签: c# objective-c milliseconds

我尝试使用以下方法将其转换为目标c代码:

double timeSince1970 = [[NSDate date] timeIntervalSince1970];

但没有运气 请帮忙!!

1 个答案:

答案 0 :(得分:0)

在c#中使用

Environment.TickCount

并在c中查看此答案

Get the current time, in milliseconds, in C?