Packageflexlib.scheduling.scheduleClasses
Interfacepublic interface IScheduleEntry
Implementors ColoredScheduleEntry, SimpleScheduleEntry



Public Properties
 PropertyDefined By
  endDate : Date
IScheduleEntry
  startDate : Date
IScheduleEntry
Property Detail
endDateproperty
endDate:Date


Implementation
    public function get endDate():Date
    public function set endDate(value:Date):void
startDateproperty 
startDate:Date


Implementation
    public function get startDate():Date
    public function set startDate(value:Date):void