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

TimeIntervalCollection.SetContent(TimeInterval) Method

Substitutes collection’s content with the specified TimeInterval object.

Namespace: DevExpress.XtraScheduler

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

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

Declaration

public void SetContent(
    TimeInterval interval
)

Parameters

Name Type Description
interval TimeInterval

The TimeInterval object to be added to the collection.

Remarks

This method clears the collection and performs a transactional update, appending the TimeInterval object to the collection.

See Also