Accessing MS Project Holiday (non-work) days

P

project-guy

I have written an application which accesses MS Project 2000 through the MS
Project Type Library. I beleive the lists of holidays ( non-work days) is
contained within the Calendar interface.

Within the calender segment is a :
function Period (Start: OleVariant; Finish :OleVariant):period; safecall;


If I save the Microsoft project file to an MPD format and look at the
MSP_Calendar_Date table, I can see the holiday list under the CD_Start and
CD_Finish columns, coinciding with the start of the Base calendar row.

Can you tell me how the Period Start and Finish dates in the Type Library
relate to the MSP_Calendar_Date fields and how can I access this segment
through the Type Library.

Thanks
 

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

Top