Click or drag to resize

ModuleEmulatorGetModelTime Method

Returns the current time.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public bool GetModelTime(
	out ModelTime modelTime
)

Parameters

modelTime
Type: Demo3D.TimeModelTime
The current time.

Return Value

Type: Boolean
True on success.
See Also