iphone Programming Glossary: currentstart
Fetch all events from EventStore EventKit iOS http://stackoverflow.com/questions/6077613/fetch-all-events-from-eventstore-eventkit-ios covered more one year segment NSMutableDictionary eventsDict NSMutableDictionary dictionaryWithCapacity 1024 NSDate currentStart NSDate dateWithTimeInterval 0 sinceDate start int seconds_in_year 60 60 24 365 enumerate events by one year segment because.. 60 60 24 365 enumerate events by one year segment because iOS do not support predicate longer than 4 year while currentStart compare finish NSOrderedAscending NSDate currentFinish NSDate dateWithTimeInterval seconds_in_year sinceDate currentStart.. compare finish NSOrderedAscending NSDate currentFinish NSDate dateWithTimeInterval seconds_in_year sinceDate currentStart if currentFinish compare finish NSOrderedDescending currentFinish NSDate dateWithTimeInterval 0 sinceDate finish NSPredicate..
|