Gets the start date and time of a working time interval that has the specified total effort duration (possibly interrupted, and considering a single full time resource assignment) and finishes at the specified date and time, determined based on the working week and working day definitions, excluding the defined nonworking time intervals.

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

Syntax

C#
DateTime GetStart(
	TimeSpan effort,
	DateTime finish,
	Schedule schedule
)
Visual Basic (Declaration)
Function GetStart ( _
	effort As TimeSpan, _
	finish As DateTime, _
	schedule As Schedule _
) As DateTime

Parameters

effort
Type: System..::.TimeSpan
The total effort duration of the working time interval.
finish
Type: System..::.DateTime
The finish date and time of the working time interval.
schedule
Type: DlhSoft.Windows.Data..::.Schedule
Optionally, a schedule object to use instead of the default working and nonworking time intervals.

Return Value

The start date and time of the working time interval that has the specified total effort duration and finishes at the specified date and time.

See Also