TimeIndicator.TimeOffset Property
In This Article
Specifies the offset applied to the display time. This is a dependency property.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#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