Click or drag to resize

DeltaValueSetTime Method

Returns a new DeltaValue with the specified time set.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public DeltaValue SetTime(
	CommonTime time
)

Parameters

time  CommonTime
The time to set.

Return Value

DeltaValue
A new DeltaValue with the specified time set.
See Also