EqualsTo
Call to compare the current timestamp with the input timestamp.
Syntax
Definition:
METHOD EqualsTo : BOOL
VAR_INPUT
ipDateTime: I_ALY_DateTime;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
ipDateTime | I_ALY_DateTime | Interface pointer to a DateTime instance for comparison. |
Return value
Name | Type | Description |
---|---|---|
EqualsTo | BOOL | Returns TRUE if the timestamps are equal. |