Public Member Functions | Static Public Member Functions | Properties

Calendar Class Reference

This class stores the events in a mutable array. More...

#import <Calendar.h>

List of all members.

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

Detailed Description

This class stores the events in a mutable array.


Member Function Documentation

+ (Calendar *) getInstance

Singleton - one instance for the whole app.

Returns:
the mutable array of events
- (int) numberOfEvents

will return the number of events in the calendar

Returns:
number of events in the calendar

Property Documentation

- (NSMutableArray *) calendar [read, write, retain]

events are stored in this mutable array


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties