A
Andrew
I am writing a VBA addin where I need to access resource calendar
information. Specifically, I need to access the working time values for
every day in the resource calendar (i.e. Nov. 18 shift is 8:00am-3:00pm,
Nov. 19 shift is 11:00am-7:00pm, etc.).
I am able to access the calendar object for each resource, but I just can't
figure out how to map that down to working time values. I have tried
accessing the Calendar.WeekDays object, but that only seems to give me the
base calendar working time values for Sun, Mon, ... Sat. And I have tried
the Calendar.Years object, but each Year object is empty.
Has anybody done any work in this area? If so, your help would be
appreciated.
Thanks,
Andrew
information. Specifically, I need to access the working time values for
every day in the resource calendar (i.e. Nov. 18 shift is 8:00am-3:00pm,
Nov. 19 shift is 11:00am-7:00pm, etc.).
I am able to access the calendar object for each resource, but I just can't
figure out how to map that down to working time values. I have tried
accessing the Calendar.WeekDays object, but that only seems to give me the
base calendar working time values for Sun, Mon, ... Sat. And I have tried
the Calendar.Years object, but each Year object is empty.
Has anybody done any work in this area? If so, your help would be
appreciated.
Thanks,
Andrew