Updates standard task time values according to the item's MinStart, MaxStart, MinFinish, and MaxFinish properties. You should call EnsureTimeScheduleConstraints()()()() method before this call. You don't need to call EnsureTimeScheduleConstraints()()()() method, but you may also want to call SummarizeParentTimeValues()()()() method after this call.

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

Syntax

C#
public void EnsureTimeLimitConstraints()
Visual Basic (Declaration)
Public Sub EnsureTimeLimitConstraints

See Also