Gets the start date and time of a task that would finish at a specified date and time and would have a specified effort based on the current schedule.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public DateTime GetStart( DateTime finish, TimeSpan effort ) |
| Visual Basic (Declaration) |
|---|
Public Function GetStart ( _ finish As DateTime, _ effort As TimeSpan _ ) As DateTime |
Parameters
- finish
- Type: System..::.DateTime
The finish date and time of the task.
- effort
- Type: System..::.TimeSpan
The effort of the task.