SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method
In This Article
Substitutes the visible time interval collection items with new ones.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public virtual void SetVisibleIntervals(
TimeIntervalCollection intervals
)
#Parameters
Name | Type | Description |
---|---|---|
intervals | Time |
A Time |
#Remarks
Use the SetVisibleIntervals and SchedulerViewBase.GetVisibleIntervals methods to modify the visible time intervals collection.
See Also