| Package | ardisia.scheduling.calendar.dataTypes |
| Class | public class CalendarPeriod |
| Inheritance | CalendarPeriod Period Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | allDay : Boolean
True is period is all day. | Period | |
![]() | begin : Date
Begin time for the Period. | Period | |
| calendar : CalendarDefinitionData
Calendar the period applies too. | CalendarPeriod | ||
![]() | end : Date
End time for the Period. | Period | |
| Method | Defined By | ||
|---|---|---|---|
CalendarPeriod(begin:Date = null, end:Date = null, allDay:Boolean = false, calendar:CalendarDefinitionData = null) | CalendarPeriod | ||
| calendar | property |
public var calendar:CalendarDefinitionDataCalendar the period applies too.
The default value is null.
| CalendarPeriod | () | Constructor |
public function CalendarPeriod(begin:Date = null, end:Date = null, allDay:Boolean = false, calendar:CalendarDefinitionData = null)begin:Date (default = null) | |
end:Date (default = null) | |
allDay:Boolean (default = false) | |
calendar:CalendarDefinitionData (default = null) |