Click or drag to resize

DateAndTime Structure

DATE_AND_TIME.

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

The DateAndTime type exposes the following members.

Constructors
  NameDescription
Public methodDateAndTime(DateTime)
Constructs a DATE_AND_TIME.
Public methodDateAndTime(UInt16, UInt32)
Constructs a DATE_AND_TIME.
Top
Properties
  NameDescription
Public propertyDate
2-byte date.
Public propertyDateTimeUTC
DateTime.
Public propertyTime
4-byte time.
Public propertyValue
6-byte value.
Top
See Also