Click or drag to resize

DateAndTime Structure

DATE_AND_TIME.

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

The DateAndTime type exposes the following members.

Constructors
  NameDescription
Public methodDateAndTime
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
Methods
  NameDescription
Public methodMarshal
Marshal the DATE_AND_TIME.
Public methodStatic memberUnmarshal
Unmarshal the specified buffer.
Top
See Also