Using MS Project.dll in C#

D

Dhakshna M

Hi,

I am using MS Project.dll in C# for showing Gaunt chart in a windows
application. It takes the below values for the dates mentioned,

25 Dec 2005 ----------------- 526254080
26 Dec 2005 ----------------- 526268478
27 Dec 2005 ----------------- 526282876
28 Dec 2005 ----------------- 526297276
29 Dec 2005 ----------------- 526311676
30 Dec 2005 ----------------- 526428350

Can you please help me out in understanding these values. Your help is
appreciated.

Thanks & Regards
Dhakshna
 
D

Dhakshna M

Hi,

If you give a Date object for ASSN_START_DATE, ASSN_FINISH_DATE you can get
the correct Gantt chart. Just check for the values which you are passing. If
its string you have to give some junk values and if its a date object you
will get a right chart.

Thanks
Dhakshna M
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top