Click or drag to resize

DateAndTime(UInt16, UInt32) Constructor

Constructs a DATE_AND_TIME.

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

Parameters

date  UInt16
2-byte date.
time  UInt32
4-byte time.
See Also