ST_BA_DateTime
Structure for describing a date including a time.
Syntax
TYPE ST_BA_DateTime :
STRUCT
stDate : ST_BA_Date;
stTime : ST_BA_Time;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
stDate | Specification of a date | |
stTime | Specification of the time of day |
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT 3.1 4024.35 | Tc3_BA2_Common from V2.1.20.0 |