Table of Contents

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

OutputTypeDescription
DT Output value

Application example