1

How can I create an NSDate which is set to tomorrow at 7:00AM?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
thierryb
  • 3,660
  • 4
  • 42
  • 58

1 Answers1

1

I think this should help you:

http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/DatesAndTimes/Articles/dtCalendars.html

See also: How do i add 1 day to a NSDate?

Community
  • 1
  • 1
Mike Lorenz
  • 942
  • 6
  • 13