This class stores the events in a mutable array. More...
#import <Calendar.h>
Public Member Functions | |
| (int) | - numberOfEvents |
| will return the number of events in the calendar | |
Static Public Member Functions | |
| (Calendar *) | + getInstance |
| Singleton - one instance for the whole app. | |
Properties | |
| NSMutableArray * | calendar |
| events are stored in this mutable array | |
This class stores the events in a mutable array.
| + (Calendar *) getInstance |
Singleton - one instance for the whole app.
| - (int) numberOfEvents |
will return the number of events in the calendar
- (NSMutableArray *) calendar [read, write, retain] |
events are stored in this mutable array
1.7.2