0

i need to set alarm for monday , Saturday ,friday etc... on every week repeatedly.

Rahul Salvikar
  • 25
  • 1
  • 10

2 Answers2

0

You can follow following link for your answer.

How to find what day of the week for any given date using Cocoa

Just need to do some stuff. It returns opposite of what you need so accordingly you can do some stuff to get what you required.

Hope it helps.

Community
  • 1
  • 1
Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
  • Happy to have your problem resolved. If the answer was useful you should accept it using the √ symbol to its left. Happy Coding. Cheers – Janak Nirmal Apr 19 '11 at 04:13
0

Take a look at the NSDate Class Reference.

Terje Norderhaug
  • 3,649
  • 22
  • 25