Skip to main content

TimeIndicator.TimeOffset Property

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

[DP("$TimeSpan.Zero", Handler = "InvalidateTimeIndicators")]
public TimeSpan TimeOffset { get; set; }

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