Hi,
I'm exporting a plan that has a Task whose work figure is 7.5 hours. When I open the output .xml file the work figure has been changed to 8.5 hours?? The code looks something like this...
Dim oMSProject as Aspose.Tasks.Project = FunctionToGetProjectPlan()
Dim oProjectWriter as Aspose.Tasks.ProjectWriter = New Aspose.Tasks.ProjectWriter
oProjectWriter.write(oMSProject, Response.OutputStream, ASpose.Tasks.TasksDataFormat.XML)
If I put a breakpoint on the last line and check the work figure of the task it says 7.5, after the file is exported the XML timespan says 8.5. Any ideas on what the function that generates the PT8H30M0S format timespan does here???
Also I logged a forum post a few days ago regarding importing empty tasks, have you an update on that please?
Cheers,
Rob.