Hi,
I have imported this file:
CG-TMGBA-14-REV-01.zip (241.1 KB)
After import I fill my own object that describe a task, converting durations to days using this code:
toTask.Duracao = (decimal)task.Get(Tsk.Duration).Convert(TimeUnitType.Day).ToDouble();
The problem is that when I display my file, some durations are quite different from Primavera. Attached a screen of Primavera and the duration of root task in debug session.
comoimporta.png (19.5 KB)
valorprimavera.png (91.4 KB)
Other tasks have the same behavior.
Can you help me please ?