Packageflexlib.scheduling.scheduleClasses
Interfacepublic interface IScheduleEntry
ImplementorsColoredScheduleEntry, SimpleScheduleEntry



Public Properties
 PropertyDefined by
  endDate : Date
IScheduleEntry
  startDate : Date
IScheduleEntry
Property detail
endDateproperty
endDate:Date  [read-write]Implementation
    public function get endDate():Date
    public function set endDate(value:Date):void
startDateproperty 
startDate:Date  [read-write]Implementation
    public function get startDate():Date
    public function set startDate(value:Date):void