TimeIndicator.TimeOffset Property
In This Article
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 |
---|---|
Time |
A System. |
#Remarks
The actual time marked by the time indicator is calculated as the sum of TimeOffset and DisplayMode property values.
See Also