Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 NSTimeInterval 中的变量startDate 。
如何在实际 startDate 前 15 分钟获得 NSTimeInterval ?
NSTimeInterval reqStartDate = startDate - (15*60);