Packagecom.myflashlab.air.extensions.spotlight
Classpublic class AttributeSetEvents
InheritanceAttributeSetEvents Inheritance Object



Public Properties
 PropertyDefined By
  allDay : Number
Whether this event covers complete days
AttributeSetEvents
  completionDate : Number
Date the item was completed
AttributeSetEvents
  dueDate : Number
Date this item is due.
AttributeSetEvents
  endDate : Number
End date for this item.
AttributeSetEvents
  importantDates : Array
Important dates associated with this item
AttributeSetEvents
  startDate : Number
Start date of this item.
AttributeSetEvents
Public Methods
 MethodDefined By
  
AttributeSetEvents
Property Detail
allDayproperty
public var allDay:Number

Whether this event covers complete days

completionDateproperty 
public var completionDate:Number

Date the item was completed

dueDateproperty 
public var dueDate:Number

Date this item is due.

endDateproperty 
public var endDate:Number

End date for this item.

importantDatesproperty 
public var importantDates:Array

Important dates associated with this item

startDateproperty 
public var startDate:Number

Start date of this item.

Constructor Detail
AttributeSetEvents()Constructor
public function AttributeSetEvents()