DateAndTime(UInt16, UInt32) Constructor |
Constructs a DATE_AND_TIME.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic DateAndTime(
ushort date,
uint time
)
Parameters
- date UInt16
- 2-byte date.
- time UInt32
- 4-byte time.
See Also