Enumeration for the day of the week that is sent to EnergyPlus to configure
the first day of the EnergyPlus run period.
The possible values are
Monday
,
Tuesday
,
Wednesday
,
Thursday
,
Friday
,
Saturday
and
Sunday
.
type WeekDays = enumeration(Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday);