I have one variable startDate which is in NSTimeInterval.
How can I get NSTimeInterval just 15mins before to actual startDate ?
NSTimeInterval reqStartDate = startDate - (15*60);