Levels the task resources.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void LevelResources(
	bool includeStartedTasks,
	DateTime start
)
Visual Basic (Declaration)
Public Sub LevelResources ( _
	includeStartedTasks As Boolean, _
	start As DateTime _
)

Parameters

includeStartedTasks
Type: System..::.Boolean
A value indicating whether to level resources for started tasks also.
start
Type: System..::.DateTime
The start date and time to use as the earlier task start during resource leveling.

See Also