Hi everyone, I created UILocalNotification .... & when I print it
NSLog(@"Notification %@",self.notification)
He 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 Notice, how can I get this value?
Please help us with this.
source share