public interface IWorkdayCalendar extends ICalendar
Workday
and list of Event
. List of Events is used to contain
Holiday
and PeriodEvent
, the latter used to represent user defined event such as Time Off or Busy.
These lists are different for that purpose that workday events have different meaning than other type of events. Workdays represent working or business time, while other events represents non-working time
To populate calendar object with events simply add/remove objects from respective list
TYPE_UNKNOWN, TYPE_WORKDAY
Modifier and Type | Method and Description |
---|---|
List<Event> |
getEvents()
Returns writable list of general events, such as
Holiday and PeriodEvent |
List<Workday> |
getWorkdays()
Returns writable list of workdays for this calendar
|
getAlias, getID, getName, getTimeZone, getType, setAlias, setName, setTimeZone