how to set day of week for start day using C#
I can set it using C++
openstudio::model::YearDescription yd1 = model.getUniqueModelObject<openstudio::model::YearDescription>(); yd1.setDayofWeekforStartDay("Sunday");
In C#, there is a class YearDescription But I don't know how to set it into the Model
Anyone can help? Thanks
Comments