Packageardisia.scheduling.calendar.dataTypes
Classpublic class CalendarPeriod
InheritanceCalendarPeriod Inheritance Period Inheritance Object

Defines a period of time for the Calendar class.



Public Properties
 PropertyDefined By
 InheritedallDay : Boolean
True is period is all day.
Period
 Inheritedbegin : Date
Begin time for the Period.
Period
  calendar : CalendarDefinitionData
Calendar the period applies too.
CalendarPeriod
 Inheritedend : Date
End time for the Period.
Period
Public Methods
 MethodDefined By
  
CalendarPeriod(begin:Date = null, end:Date = null, allDay:Boolean = false, calendar:CalendarDefinitionData = null)
CalendarPeriod
Property Detail
calendarproperty
public var calendar:CalendarDefinitionData

Calendar the period applies too.

The default value is null.

Constructor Detail
CalendarPeriod()Constructor
public function CalendarPeriod(begin:Date = null, end:Date = null, allDay:Boolean = false, calendar:CalendarDefinitionData = null)



Parameters
begin:Date (default = null)
 
end:Date (default = null)
 
allDay:Boolean (default = false)
 
calendar:CalendarDefinitionData (default = null)