码迷,mamicode.com
首页 > 移动开发 > 详细

iOS时间间隔判断

时间:2015-09-15 12:51:46      阅读:276      评论:0      收藏:0      [点我收藏+]

标签:

如何计算两个NSDate之间的时间间隔呢?

timeIntervalSinceDate:
Returns the interval between the receiver and another given date.

- (NSTimeInterval)timeIntervalSinceDate:(NSDate *)anotherDate

NSTimeInterval返回的是一个double值,单位是秒 – timeIntervalSince1970 计算从1970年以来经过的timeInterval – timeIntervalSinceNow 计算从现在

 

iOS时间间隔判断

标签:

原文地址:http://www.cnblogs.com/benbenzhu/p/4809842.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!