Gets a value indicating whether the project consisting of all standard tasks within the control would be on schedule at the specified date and time.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public bool IsProjectOnSchedule( DateTime dateTime ) |
Visual Basic (Declaration) |
---|
Public Function IsProjectOnSchedule ( _ dateTime As DateTime _ ) As Boolean |
Parameters
- dateTime
- Type: System..::.DateTime