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