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

ST_BA_Date

Specification of a date

stTime

ST_BA_Time

Specification of the time of day

Requirements

Development environment

Required PLC library

TwinCAT 3.1 4024.35

Tc2_BA2_Common from V2.1.20.0