ig.scheduler.MinuteRecurrenceRule
DateRecurrence rule that matches a specific minute of the hour.
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.MinuteRecurrenceRule
Constructor- new $.ig.scheduler.MinuteRecurrenceRule( );
Initializes a new instance of MinuteRecurrenceRule object.
-
ig.scheduler.MinuteRecurrenceRule
Constructor- new $.ig.scheduler.MinuteRecurrenceRule( minute:number );
Initializes a new instance of MinuteRecurrenceRule object.
- minute
- Type:number
- Specifes the minute value. Valid values are 0 to 59.
-
minute
- .minute( );
Gets the minute value. Valid values are 0 to 59.
-
minute
- .minute( value:number );
Sets the minute value. Valid values are 0 to 59.
- value
- Type:number