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)); …...line of code is showing red underlined). Following is the error:...