L
Liam
I am trying to access the baseline finish date for a task.
I am using the web services to read a list of projects, then access it's
tasks.
When i call the task baseline finish date, it returns the date the baseline
was created, not the baseline finish date.
here is my code:
//DateTime mBaselineProjectFinish =
(DateTime)pds.Task[0][projectListDS.Task.TB_FINISHColumn.ColumnName];
TB_COSTColumn gives me the Baseline Cost, so i assumed TB_FINISHColumn would
give me the Baseline Finish date.
Can anyone help me?
I am using the web services to read a list of projects, then access it's
tasks.
When i call the task baseline finish date, it returns the date the baseline
was created, not the baseline finish date.
here is my code:
//DateTime mBaselineProjectFinish =
(DateTime)pds.Task[0][projectListDS.Task.TB_FINISHColumn.ColumnName];
TB_COSTColumn gives me the Baseline Cost, so i assumed TB_FINISHColumn would
give me the Baseline Finish date.
Can anyone help me?