TimeIntervalCollection.SetContent(TimeIntervalCollection) Method
In This Article
Substitutes collection’s content with objects from the specified TimeIntervalCollection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public void SetContent(
TimeIntervalCollection coll
)
#Parameters
Name | Type | Description |
---|---|---|
coll | Time |
The Time |
#Remarks
This method clears the collection and performs a transactional update, appending the elements of a TimeIntervalCollection.
See Also