We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Start Time of a Task is Always Set to 08:00

Hello,

I have run the "Getting Started" sample of the ProjIO component.

Below code sets the start date of the "Hello World task" to current date as expected, but the start time is always set to 08:00, no matter what actual time is. Is there a project setting to set both the date and time parts?

Thank you.

HelloWorld.cs
----------------
// Create an instance of Project
Project project = new Project();

//creating a new task
Task task = new Task("Hello World task");

//specifying the start date and duration for the task
task.Start = DateTime.Now; <<<<< Date part is set to today, but time component is always set to 08:00



1 Reply

SK Sathish K Syncfusion Team January 12, 2015 10:12 AM UTC

Hi Bedri,

Thank you for your interest in Syncfusion products.

We are able to reproduce the mentioned issue with start time. We have internally logged a defect report and this fix will be included in our upcoming 2015 volume 1 release.

Please let us know if you have any other questions.

Regards,
Sathish



Loader.
Live Chat Icon For mobile
Up arrow icon