Packageardisia.scheduling.calendar.dataTypes
Classpublic class InfiniteRecurrenceData
InheritanceInfiniteRecurrenceData Inheritance Object

Data used to describe the stored infinite recurrence data by the Calendar class. Not typically used by developers.



Public Properties
 PropertyDefined By
  lastRecurDate : Date
The last recurring date stored for the SchedulingData.
InfiniteRecurrenceData
  schedulingData : SchedulingData
The SchedulingData object the recurrence is based upon.
InfiniteRecurrenceData
Public Methods
 MethodDefined By
  
InfiniteRecurrenceData(schedulingData:SchedulingData, lastRecurDate:Date)
InfiniteRecurrenceData
Property Detail
lastRecurDateproperty
public var lastRecurDate:Date

The last recurring date stored for the SchedulingData.

The default value is null.

schedulingDataproperty 
public var schedulingData:SchedulingData

The SchedulingData object the recurrence is based upon.

The default value is null.

Constructor Detail
InfiniteRecurrenceData()Constructor
public function InfiniteRecurrenceData(schedulingData:SchedulingData, lastRecurDate:Date)



Parameters
schedulingData:SchedulingData
 
lastRecurDate:Date