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