ig.scheduler.SubsetRecurrenceRule
Dependencies
-
ig.scheduler.SubsetRecurrenceRule
Constructor- new $.ig.scheduler.SubsetRecurrenceRule( );
Initializes a new instance of SubsetRecurrenceRule object.
-
ig.scheduler.SubsetRecurrenceRule
Constructor- new $.ig.scheduler.SubsetRecurrenceRule( occurrenceInstance:number );
Initializes a new instance of SubsetRecurrenceRule object.
- occurrenceInstance
- Type:number
- Specifies the instance of the occurrence within the set of occurrences. SubsetRecurrenceRule.occurrenceInstance for more information. Valid values are 1 to 366 and -366 to -1 where negative values indicate nth to the last.
-
equals
Inherited- .equals( obj:object );
- Return Type:
- boolean
- Return Type Description:
- True if the object equals this object. False otherwise.
Overridden. Returns true if the specified object equals this object.
- obj
- Type:object
- Object to compare.
-
getHashCode
Inherited- .getHashCode( );
- Return Type:
- number
- Return Type Description:
- Integer hash code value.
Overridden. Returns the hash code of this object.
-
occurrenceInstance
- .occurrenceInstance( );
Identifies the instance of the occurrence within the set of occurrences within the period specified by the DateRecurrence.frequency and and DateRecurrence.interval properties that are generated by all the recurrence rules of the DateRecurrence that are not SubsetRecurrenceRule's. Valid values are 1 to 366 and -366 to -1 where negative values indicate nth to the last.
-
occurrenceInstance
- .occurrenceInstance( value:number );
Identifies the instance of the occurrence within the set of occurrences within the period specified by the DateRecurrence.frequency and and DateRecurrence.interval properties that are generated by all the recurrence rules of the DateRecurrence that are not SubsetRecurrenceRule's. Valid values are 1 to 366 and -366 to -1 where negative values indicate nth to the last.
- value
- Type:number
-
raisePropertyChangedEvent
Inherited- .raisePropertyChangedEvent( propertyName:string );
Raises the DateRecurrenceRuleBase.propertyChanged event.
- propertyName
- Type:string
- The name of the property whose value has changed.