ig.scheduler.SubsetRecurrenceRule

Rule that matches a subset of matches within an interval.

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.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.
  • 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

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.