Gets or sets the date and time to highlight (using a vertical bar) within the chart view; by defaut is is obtained from the server computer.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual DateTime CurrentTime { get; set; }
Visual Basic (Declaration)
Public Overridable Property CurrentTime As DateTime

See Also