Calendar Type?

J

justin.last

Hi,

I'm trying to develop a C# program that generates a Gantt chart in MS
Project. Trouble is that the schedule being generated needs to be 24
hour. I know how to set this if I were just opening Project and
creating the schedule (Project -> Project Information -> Change
Calendar to "24 Hours"), but I can't for the life of me figure out
what the call ought to be in my C# program.

I was hoping it might be

proj.Calendar.Name = "24 Hours";

but that doesn't seem to do it. Any help would be much appreciated.
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