ig.scheduler.WeekOfYearRecurrenceRule
DateRecurrence rule that matches a specific week 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.WeekOfYearRecurrenceRule
Constructor- new $.ig.scheduler.WeekOfYearRecurrenceRule( );
Initializes a new instance of WeekOfYearRecurrenceRule object.
-
ig.scheduler.WeekOfYearRecurrenceRule
Constructor- new $.ig.scheduler.WeekOfYearRecurrenceRule( weekNumber:number );
Initializes a new instance of WeekOfYearRecurrenceRule object.
- weekNumber
- Type:number
- Identifies the week in the year. Valid values are 1 to 53 and -53 to -1. WeekOfYearRecurrenceRule.weekNumber for more information.
-
weekNumber
- .weekNumber( );
Gets the number that identifies the week of the year. Valid range of values is 1 to 53 and -53 to -1.
Remarks
WeekNumber identifies the week in the year. Valid values are 1 to 53 and -53 to -1. A negative value indicates the n'th week to the end of the year where 'n' is the absolute value of the negative value. For example, -1 specifies the last week of the year. Likewise -10 specifies the 10th to the last week of the year. -
weekNumber
- .weekNumber( value:number );
Sets the number that identifies the week of the year. Valid range of values is 1 to 53 and -53 to -1.
- value
- Type:number
Remarks
WeekNumber identifies the week in the year. Valid values are 1 to 53 and -53 to -1. A negative value indicates the n'th week to the end of the year where 'n' is the absolute value of the negative value. For example, -1 specifies the last week of the year. Likewise -10 specifies the 10th to the last week of the year.