Gets the effort of a task that would start at a specified date and time and would have a specified finish date and time based on the current schedule.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public TimeSpan GetEffort( DateTime start, DateTime finish, Schedule[] schedules ) |
| Visual Basic (Declaration) |
|---|
Public Function GetEffort ( _ start As DateTime, _ finish As DateTime, _ schedules As Schedule() _ ) As TimeSpan |
Parameters
- start
- Type: System..::.DateTime
The start date and time of the task.
- finish
- Type: System..::.DateTime
The finish date and time of the task.
- schedules
- Type: array<
DlhSoft.Windows.Data..::.Schedule
>[]()[]
An optional set of supplementary schedule constraints.