Gets the current (now) date and time used to refresh the custom vertical bars in the GanttChartViewBase control. The value will be automatically updated at a time interval determined by the CurrentTimeUpdateInterval property when IsCurrentTimeAutomaticallyUpdated is set to true. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public DateTime CurrentTime { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property CurrentTime As DateTime

See Also