SysTimeRtcGet (FUN)

FUNCTION SysTimeRtcGet : DWORD

<description>Returns the curent Rtc (realtime clock) value in UTC.

<p>UTC time: current coordinated universal time; has replaced the Greenwich Mean Time.

The time zones are given as positive or negative deviation from UTC.:

e.g. „UTC+1“ corresponds to the Central European Time (CET) and

”UTC+2” corresponds to the Central European Summer Time (CEST)</p> </description> <result><p>RESULT: Seconds since 1.1.1970 00:00:00 UTC</p></result>

InOut:

Scope

Name

Type

Comment

Return

SysTimeRtcGet

DWORD

Inout

pResult

RTS_IEC_RESULT

<param name=”pResult” type=”OUT”>Pointer to runtime system error code (see CmpErrors.library)</param>