E_BA_Month
The enumeration is used to specify months.
Syntax
TYPE E_BA_Month:
(
Invalid := 0,
Unspecified := 16#FF,
eJanuary := 1,
eFebruary := 2,
eMarch := 3,
eApril := 4,
eMay := 5,
eJune := 6,
eJuly := 7,
eAugust := 8,
eSeptember := 9,
eOctober := 10,
eNovember := 11,
eDecember := 12,
eOddMonths := 13,
eEvenMonths := 14
)BYTE;
END_TYPE
Name | Description |
---|---|
Invalid | No significance for the user. |
Unspecified | Not specified. |
eJanuary | January is specified. |
eFebruary | February is specified. |
eMarch | March is specified. |
eApril | April is specified. |
eMay | May is specified. |
eJune | June is specified. |
eJuly | July is specified. |
eAugust | August is specified. |
eSeptember | September is specified. |
eOctober | October is specified. |
eNovember | November is specified. |
eDecember | December is specified. |
eOddMonths | The months with odd ordinal number are specified. |
eEvenMonths | The months with even ordinal number are specified. |
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT 3.1 4024.35 | Tc3_BA2_Common from V2.1.20.0 |