I am trying to create an NSDate object with a certain number of hours and minutes before a reference date.
For example:
Reference date = oct 21 2013 12:30 PM
date with 2 hours before and 40 minute before: oct 21 2013 9:50 AM
Is it possible to do this?