Package | com.myflashlab.air.extensions.spotlight |
Class | public class AttributeSetEvents |
Inheritance | AttributeSetEvents Object |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
AttributeSetEvents |
allDay | property |
public var allDay:Number
Whether this event covers complete days
completionDate | property |
public var completionDate:Number
Date the item was completed
dueDate | property |
public var dueDate:Number
Date this item is due.
endDate | property |
public var endDate:Number
End date for this item.
importantDates | property |
public var importantDates:Array
Important dates associated with this item
startDate | property |
public var startDate:Number
Start date of this item.
AttributeSetEvents | () | Constructor |
public function AttributeSetEvents()