C# MS Project Interop - Get Resource's Working Time -


in ms project can go resource sheet, right click on resource, go the resource information dialog, click "change working time..." , enter holidays, sick leave or other absences resource. i'd access same information programatically c#.

i have microsoft.office.interop.msproject.project object loaded in memory , can access tasks , other properties. project object can access resource property (type microsoft.office.interop.msproject.resource) don't know in type find resource's working times.

i'm using vs2008 ms project 2007.

any appreciated.

my (out of date) understanding of ms project working time resource set in calendar. after quick google (and bing!), looks something you're after.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -