Skip to main content

TimeIndicator.DisplayTime Property

Gets or sets the time value marked by the time indicator. 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 = "OnDisplayTimeChanged")]
public TimeSpan DisplayTime { get; set; }

Property Value

Type Description
TimeSpan

A System.TimeSpan value. By default, {00:00:00}.

Remarks

If the TrackCurrentTime property is set to true, the DisplayTime property automatically updates to the current time.

The actual time marked by the time indicator is calculated as the sum of TimeOffset and DisplayMode property values.

See Also