Click or drag to resize

DateAndTime Constructor (DateTime)

Constructs a DATE_AND_TIME.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public DateAndTime(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
The date time.
See Also