Class S7.TimeOfDay

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

@Ser public static class S7.TimeOfDay extends Object
TIME_OF_DAY type parser.
  • Field Details

    • DEFAULT

      public static final S7.TimeOfDay DEFAULT
      Default value, TOD#0:0:0.0.
  • Method Details

    • create

      public static S7.TimeOfDay create(int raw)
      Create a TIME_OF_DAY value from its raw representation.
      Parameters:
      raw - raw TIME_OF_DAY value
      Returns:
      TIME_OF_DAY value
    • getRawValue

      public int getRawValue()
      Retrieve the raw TIME_OF_DAY value.
      Returns:
      raw value
    • toString

      public String toString()
      Overrides:
      toString in class Object