Back to Devexpress

TimeScaleFixedInterval.Value Property

corelibraries-devexpress-dot-xtrascheduler-dot-timescalefixedinterval.md

latest1.5 KB
Original Source

TimeScaleFixedInterval.Value Property

Gets or sets the value of the scale unit - a fixed time interval.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public TimeSpan Value { get; set; }
vb
Public Property Value As TimeSpan

Property Value

TypeDescription
TimeSpan

A TimeSpan value representing the time interval of a scale unit.

|

Remarks

The default time interval for a TimeScaleFixedInterval scale is 15 minutes.

The following image illustrates the result after setting the Value property value to “06:00:00”.

See Also

TimeScaleFixedInterval Class

TimeScaleFixedInterval Members

DevExpress.XtraScheduler Namespace