Somat eDAQ
lite
132
I2773-4.4 en
NOTE
The second time functions can return a value of 60 which indicates the rare case of a
leap second. The resulting time sequence in this case is
23:59:59, 23:59:60,
00:00:00
.
Logical >
a
>
b
TRUE if
a
is greater than
b
; else FALSE.
>=
a
>=
b
TRUE if
a
is greater than or equal to
b
; else FALSE.
<
a
<
b
TRUE if
a
is less than
b
; else FALSE.
<=
a
<=
b
TRUE if
a
is less than or equal to
b
; else FALSE.
==
a
==
b
TRUE if
a
is equal to
b
; else FALSE.
!=
a
!=
b
TRUE if
a
is not equal to
b
; else FALSE.
!!
a
TRUE if
a
is FALSE; else FALSE.
&&
a
&&
b
TRUE if
a
and
b
are TRUE; else FALSE.
||
a
||
b
TRUE if either
a
or
b
are TRUE; else FALSE.
Time
(input must be a Time
Channel)
_utc_subsecond _utc_subsecond(
a
) The subsecond (0-1) in UTC.
_utc_second _utc_second(
a
) The second (0-60) in UTC.
_utc_minute _utc_minute(
a
) The minute (0-59) in UTC.
_utc_hour _utc_hour(
a
) The hour (0-23) in UTC.
_utc_day _utc_day(
a
) The day (1-31) in UTC.
_utc_month _utc_month(
a
) The month (1-12) in UTC.
_utc_year _utc_year(
a
) The year in UTC.
_utc_day_week _utc_day_week(
a
) The day of the week (1-7) in UTC.
_utc_day_year _utc_day_year(
a
) The day of the year (1-366) in UTC.
_local_subsecond _local_subsecond(
a
) The subsecond (0-1) in local time.
_local_second _local_second(
a
) The second (0-60) in local time.
_local_minute _local_minute(
a
) The minute (0-59) in local time.
_local_hour _local_hour(
a
) The hour (0-23) in local time.
_local_day _local_day(
a
) The day (1-31) in local time.
_local_month _local_month(
a
) The month (1-12) in local time.
_local_year _local_year(
a
) The year in local time.
_local_day_week _local_day_week(
a
) The day of the week (1-7) in local time.
_local_day_year _local_day_year(
a
) The day of the year (1-366) in local time.
Category Operator Syntax Return
HBM: public