MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / calendarYear

Method calendarYear

src/model/YearDescription.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 boost::optional<int> YearDescription_Impl::calendarYear() const {
84 return getInt(OS_YearDescriptionFields::CalendarYear, true);
85 }
86
87 std::string YearDescription_Impl::dayofWeekforStartDay() const {
88

Callers 6

dayofWeekforStartDayMethod · 0.95
isLeapYearMethod · 0.95
setIsLeapYearMethod · 0.95
assumedYearMethod · 0.95
makeDateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected