Levels the assigned resources from all standard tasks within the component in order to avoid over allocation, by updating task timing values accordingly. The resource leveling algorithm is applied without considering already started tasks. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

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

Syntax

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

Parameters

start
Type: System..::..DateTime
The start date and time to consider for resource leveling algorithm.

See Also