I would like create alarm clock at windows phone 7 mango , for this propose I want to use PeriodicTask is there any way to shorten the Scheduled interval from 30 minutes to every minute? Or there is better way to implement alarm clock.
Thank You!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Periodic tasks run every 30 minutes; you cannot control when they run.
You should use the
ScheduledActionServicewith theAlarmorReminder.