Now i am working on calendar
application that uses EKAlarm
.I successfully save alarm time to EKEvent.When I retrieve alarm array i got like this in console
("EKAlarm <0x10d110b0> {triggerInterval = -86400.000000}")
.I want to get 86400
from this array.How this possible?Please help me.Thanks in advance