ig.scheduler.WorkingHoursCollection

Collection of TimeRange objects which represent working hours for a ScheduleResource.

Remarks

By default, the workdays and working hours for all resources are the same.

Use this collection to override the default working hours for a specific resource.

Note that when a range which intersects with an existing range is added to this collection, the two ranges are merged, i.e., the collection consolidates them automatically. For example, if the collection contains a range from 9AM to 11AM, and another one is added spanning from 10AM to 12PM, the collection will contain only one item, which spans from 9AM to 12PM.

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.WorkingHoursCollection
    Constructor

    new $.ig.scheduler.WorkingHoursCollection( );

    Creates a new instance

  • clearItems

    .clearItems( );

    Clears the collection.

  • onCollectionChanged

    .onCollectionChanged( args:ig.NotifyCollectionChangedEventArgs );

    Raises the CollectionChanged event

    • args
    • Type:ig.NotifyCollectionChangedEventArgs

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