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

E_AcsiOccType

Type of calendar item.

occPer

E_AcsiOccPer

Repeat Period.

weekDay

E_AcsiWeekDay

Day of the week.

month

E_AcsiMonth

Month.

day

BYTE

Day.

hr

BYTE

Hour.

mn

BYTE

Minute.