TimeScaleWeek Class
In This Article
Represents a time scale whose time cell value is equal to a single week.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public class TimeScaleWeek :
TimeScaleFixedInterval
#Remarks
The TimeScaleWeek‘s TimeScaleDay.Value property always returns a TimeSpan value which is equal to 7 days.
#Implements
#Inheritance
See Also