views:

31

answers:

0

Hi All
I have created a UILocalNotification....& when i print it

NSLog(@"Notification %@",self.notification)

it gives

Notification <UIConcreteLocalNotification: 0x6f45440>
{fire date = 2010-10-22 00:09:00 -0700, time zone = America/Vancouver (PDT) offset -25200
(Daylight), repeat interval = 64, **next fire date** = 2010-10-22 00:10:00 -0700}

But I want to access the next fire date of this Notification how can i get this value?
Please any help for this.