TimeIndicator.TimeOffset Property
Specifies the offset applied to the display time. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A System.TimeSpan value. By default, {00:00:00}. |
Remarks
The actual time marked by the time indicator is calculated as the sum of TimeOffset and DisplayMode property values.
See Also