LBL logo

Buildings.Controls.Types

Package with type definitions

Information

This package contains type definitions.

Package Content

Name Description
nDayTypes=3 Integer with the number of day types
Day Enumeration for the day types

Types and constants

  constant Integer nDayTypes = 3 "Integer with the number of day types";
  type Day = enumeration(
    WorkingDay "Working day, such as Monday through Friday",
    NonWorkingDay "Non-working day, such as week-ends, but not holidays",
    Holiday "Holiday") "Enumeration for the day types";

Automatically generated Mon Jul 13 14:22:35 2015.