Skip to main content
A newer version of this page is available. .

TimeIntervalCollection.SetContent(TimeIntervalCollection) Method

Substitutes collection’s content with objects from the specified TimeIntervalCollection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public void SetContent(
    TimeIntervalCollection coll
)

Parameters

Name Type Description
coll TimeIntervalCollection

The TimeIntervalCollection whose elements should be added to the collection.

Remarks

This method clears the collection and performs a transactional update, appending the elements of a TimeIntervalCollection.

See Also