计算两个NSDate之间的间隔
需要计算两个时间(NSDate类型)的时间间隔时,用下面函数
- (NSTimeInterval)timeIntervalSinceDate:(NSDate *)anotherDate
 
Returns the interval between the receiver and another given date.
 
- (NSTimeInterval)timeIntervalSinceDate:(NSDate *)anotherDate
NSTimeInterval返回的是一个double值,单位是秒
– timeIntervalSince1970计算从1970年以来经过的timeInterval– timeIntervalSinceNow计算从现在
                    
                
                
            
        
浙公网安备 33010602011771号