Click or drag to resize

DataValueSetTime Method

Returns a new DataValue with the specified time set.

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

Parameters

time
Type: CommonTime
The time to set.

Return Value

Type: DataValue
A new DataValue with the specified time set.
See Also