Returns a new DataValue with the specified time set.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic DataValue SetTime(
CommonTime time
)
Parameters
- time
- Type: CommonTime
The time to set.
Return Value
Type:
DataValueA new DataValue with the specified time set.
See Also