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)); …...task is created, it contains constraint type “AsSoonAsPossible” however...finish date of the task, the constraint type is set to “FinishNoEarlierThan”...