OnGetSystemTime
METHOD OnGetSystemTime : BOOL
VAR_INPUT
    ipAdapter : I_GseAdapterClass;
END_VAR
VAR_OUTPUT
    tT        : T_UtcTime;
END_VARipAdapter: Interface pointer of type: I_GseAdapterClass. This pointer specifies the instance that queries the current system time.
tT: current UTC time information of type T_UtcTime.