EqualsTo

Call to compare the current timestamp with the input timestamp.

Syntax

Definition:

METHOD EqualsTo : BOOL
VAR_INPUT
    ipDateTime: I_ALY_DateTime;
END_VAR

EqualsTo 1: Inputs

Name

Type

Description

ipDateTime

I_ALY_DateTime

Interface pointer to a DateTime instance for comparison.

EqualsTo 2: Return value

Name

Type

Description

EqualsTo

BOOL

Returns TRUE if the timestamps are equal.