• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Adding 30 minutes to an NSDate
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding 30 minutes to an NSDate


  • Subject: Adding 30 minutes to an NSDate
  • From: Uli Kusterer <email@hidden>
  • Date: Wed, 20 Jul 2005 09:14:22 +0200

Hi,

is there a recommended way to add 30 minutes to an NSDate? I have an app that announces the time every hour. For that, I'm setting a Timer's next fire time to an NSCalendarDate after each announcement. Now the problem is the wrap-over from 23:00 to 0:00, where I'd also have to add 1 to the day and, if that day is at the end of the month, I'd also have to add to the month.

I could just hand-code this, but then I'd be effectively duplicating code that's already inside NSCalendarDate. So, is there a better way to do that? If not, has anyone already written that code and would like to share it?

Thanks for any clues, pointers to OS libraries or docs etc,
-- M. Uli Kusterer
http://www.zathras.de


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Adding 30 minutes to an NSDate
      • From: Bob <email@hidden>
    • Re: Adding 30 minutes to an NSDate
      • From: Javigator <email@hidden>
    • Re: Adding 30 minutes to an NSDate
      • From: Andy Lee <email@hidden>
    • Re: Adding 30 minutes to an NSDate
      • From: j o a r <email@hidden>
  • Prev by Date: Re: Display Rich Text Encoding within plain text
  • Next by Date: Re: Adding 30 minutes to an NSDate
  • Previous by thread: KVO: change dictionary for to-many relationship
  • Next by thread: Re: Adding 30 minutes to an NSDate
  • Index(es):
    • Date
    • Thread