T_BinaryTime

Binary time information.

Namespace: Tc3_Collections
Library: Tc3_Collections (Tc3_Collections.compiled-library)

Syntax

TYPE T_BinaryTime :
STRUCT
    timeOfDay : TOD;
    day       : WORD;
{ attribute 'hide'}reserved : WORD := 0;
END_STRUCT
END_TYPE

Components

Name

Type

Description

timeOfDay

TOD

Number of milliseconds since midnight of the current day.

day

WORD

Number of days since January 1, 1984.

reserved

WORD

Reserved (0).