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)eriod; 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
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)eriod; 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