Gets a value indicating whether the task would be on schedule at the specified date and time, so that its completed effort value reaches the specified date and time.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public bool IsOnSchedule( DateTime dateTime ) |
| Visual Basic (Declaration) |
|---|
Public Function IsOnSchedule ( _ dateTime As DateTime _ ) As Boolean |
Parameters
- dateTime
- Type: System..::.DateTime