Class DateAndTime

java.lang.Object
org.apache.plc4x.java.s7.readwrite.DateAndTime
All Implemented Interfaces:
Message, Serializable

public class DateAndTime extends Object implements Message
  • Field Details

    • year

      protected final short year
    • month

      protected final short month
    • day

      protected final short day
    • hour

      protected final short hour
    • minutes

      protected final short minutes
    • seconds

      protected final short seconds
    • msec

      protected final int msec
    • dow

      protected final byte dow
  • Constructor Details

    • DateAndTime

      public DateAndTime(short year, short month, short day, short hour, short minutes, short seconds, int msec, byte dow)
  • Method Details