Object for storing weekly schedules.
impure function constructor extends Modelica.Icons.Function; input Boolean tableOnFile "Table is on file"; input String sourceName "Data source"; input Real t_offset "When time=t_offset, the time is assumed to be monday at midnight"; input String data "Data, when tableOnFile=false"; output WeeklyScheduleObject weeklySchedule "Pointer to the weekly schedule"; end constructor;