ig.scheduler.WorkingHoursCollection
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
-
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