Class S7.DateAndTime

java.lang.Object
com.pnfsoftware.jeb.core.units.code.simatic.S7.DateAndTime
Enclosing class:
S7

@Ser public static class S7.DateAndTime extends Object
DATE_AND_TIME type parser.
  • Field Details

    • DEFAULT

      public static final S7.DateAndTime DEFAULT
      Default value, DT#1990-1-1-0:0:0.0.
  • Method Details

    • create

      public static S7.DateAndTime create(long raw)
      Create a DATE_AND_TIME value from its raw representation.
      Parameters:
      raw - raw DATE_AND_TIME value
      Returns:
      DATE_AND_TIME value
    • getRawValue

      public long getRawValue()
      Retrieve the raw DATE_AND_TIME value.
      Returns:
      raw value
    • toString

      public String toString()
      Overrides:
      toString in class Object