ig.scheduler.DayOfYearRecurrenceRule
DateRecurrence rule that matches a specific day of the year.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.dv_core.js
infragistics.dv_jquerydom.js
infragistics.dv_interactivity.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.scheduler.DayOfYearRecurrenceRule
Constructor- new $.ig.scheduler.DayOfYearRecurrenceRule( );
Initializes a new instance of DayOfYearRecurrenceRule object.
-
ig.scheduler.DayOfYearRecurrenceRule
Constructor- new $.ig.scheduler.DayOfYearRecurrenceRule( dayOfYear:number );
Initializes a new instance of DayOfYearRecurrenceRule object.
- dayOfYear
- Type:number
- Identifies the day of the year. Valid values are from 1 to 366 and -366 to -1. DayOfYearRecurrenceRule.dayOfYear for more information.
-
dayOfYear
- .dayOfYear( );
Gets the day of the year. Valid range of values are 1 to 366 and -366 to -1.
Remarks
DayOfYear identifies the day of the year. Valid values are 1 to 366 and -366 to -1. A negative value indicates the n'th day to the end of the year where 'n' is the absolute value of the negative value. For example, -1 specifies the last day of the year. Likewise -10 specifies the 10th day to the last day the year. -
dayOfYear
- .dayOfYear( value:number );
Sets the day of the year. Valid range of values are 1 to 366 and -366 to -1.
- value
- Type:number
Remarks
DayOfYear identifies the day of the year. Valid values are 1 to 366 and -366 to -1. A negative value indicates the n'th day to the end of the year where 'n' is the absolute value of the negative value. For example, -1 specifies the last day of the year. Likewise -10 specifies the 10th day to the last day the year. -
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.
-
raisePropertyChangedEvent
Inherited- .raisePropertyChangedEvent( propertyName:string );
Raises the DateRecurrenceRuleBase.propertyChanged event.
- propertyName
- Type:string
- The name of the property whose value has changed.