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!
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!