Gets the start date and time of the project consisting of all standard tasks within the control.

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

Syntax

C#
public DateTime GetProjectStart()
Visual Basic (Declaration)
Public Function GetProjectStart As DateTime

Return Value

The start date and time of the project consisting of all standard tasks within the control.

Implements

IGanttChartView..::.GetProjectStart()()()

See Also