Version

NewConstraintDateLocal Property

Returns or sets the new date to set on the ProjectTask.ConstraintDate in the local time of the task if Action is ModifyConstraint.
Syntax
'Declaration
 
Public Property NewConstraintDateLocal As Nullable(Of Date)
public Nullable<DateTime> NewConstraintDateLocal {get; set;}
Remarks

If NewConstraintType is AsSoonAsPossible or AsLateAsPossible, this value will be ignored and null will be used as the new ConstraintDate.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also