Click or drag to resize

ModuleEmulatorGetSystemTime Method

Returns the device system time.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public ISystemTime? GetSystemTime()

Return Value

Type: ISystemTime
The device system time (or null).
See Also