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が 1 つあります。
実際の startDate の 15 分前に NSTimeInterval を取得するにはどうすればよいですか?
NSTimeInterval reqStartDate = startDate - (15*60);