Click or drag to resize

DateAndTime Constructor (UInt16, UInt32)

Constructs a DATE_AND_TIME.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public DateAndTime(
	ushort date,
	uint time
)

Parameters

date
Type: SystemUInt16
2-byte date.
time
Type: SystemUInt32
4-byte time.
See Also