Hi, I am trying to set the start and finish dates of a task from a hidden variable.
Task t1 = proj.RootTask.Children.Add("tested now");
t1.Set(Tsk.Start, Convert.ToDateTime(hdnStartDate.Value)); …...created, it contains constraint type “AsSoonAsPossible” however when...of the task, the constraint type is set to “FinishNoEarlierThan”...