I am trying to implement local notification
This is what I have set
// Current date NSDate *date = [NSDate date]; // Add one minute to
I guess what you need is NSDayCalendarUnit.
You can check this answer. And here is another tutorial worth reading.