See: Description
| Class | Description |
|---|---|
| Appointment |
An Appointment adds a number of components to a generic ScheduledItem.
|
| Calendar |
The Calendar object is derived from an overall view of Sections 2.1 through
2.5 of the requirements.
|
| Category |
A Category has a name and StandardColor, which serve distinguish it from
other categories.
|
| Date |
For now, a Date is just as string.
|
| DateNumber |
A DateNumber is a positive integer between 1 and 31.
|
| Duration |
Duration is the time length of a scheduled item, in hours and minutes.
|
| Event |
An Event is the simplest type of ScheduledItem.
|
| Hour | |
| Meeting |
A Meeting adds two components to an Appointment.
|
| MeetingRequest |
A meeting request has all the components of a meeting plus three additional
components to specify the latest dates and time at which the meeting can be
scheduled.
|
| Minute | |
| ScheduledItem |
A ScheduledItem is the generic definition for the types of items stored in a
calendar.
|
| Task |
Like an Appointment, a Task adds a number of components to a generic
ScheduledItem.
|
| Time |
A Time object has an hour, minute, and indicator for am or pm.
|
| Enum | Description |
|---|---|
| AMorPM | |
| StandardColor |
A StandardColor is one of a fixed set of possibilities, per the requirements
scenarios.
|