Duration Format in OLEDB provider

S

Steve Bering

Hi,

I am trying to read through the task list using the OLEDB provider and am
not sure how to tell if the task is an elapsed duration or a standard
duration task. Any ideas?

Thanks,

Steve Bering
Bluewater
 
J

Jack D.

Steve said:
I did create several tasks, some with Elapsed Durations and some with
"standard" durations in days. Both types came back as False for
TaskDurationElapsed.

Any other ideas for checking if the duration is standard or elapsed
duration?

Thanks,

Steve Bering

Compare duration with the difference between start and finish?



+++++++++++++++++++
 
Top