Documentation

GETLOCALTIME

Function name

GETLOCALTIME

ST call

PROGRAM GETLOCALTIME_DEMO
VAR
DT1: DT;
END_VAR
DT1:= GETLOCALTIME();
END_PROGRAM

Description

Returns the time of local time zone, inclusive daylight saving shift.

Outputs

Output Type Description
=> DT Output value

Application example