ST_AcsiCalendarTime
Calendar time as a structured type.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
TYPE ST_AcsiCalendarTime :
STRUCT
occ : WORD;
occType : E_AcsiOccType;
occPer : E_AcsiOccPer;
weekDay : E_AcsiWeekDay;
month : E_AcsiMonth;
day : BYTE;
hr : BYTE;
mn : BYTE;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
occ | WORD | Occurrence of a calendar item. |
occType | Type of calendar item. | |
occPer | Repeat Period. | |
weekDay | Day of the week. | |
month | Month. | |
day | BYTE | Day. |
hr | BYTE | Hour. |
mn | BYTE | Minute. |