Class SetDateTimeSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetDateTimeSection

public final class SetDateTimeSection extends SmfData
  • Method Details

    • smf90otm

      public LocalTime smf90otm()
      SMF90OTM as a LocalTime.
      Returns:
      LocalTime SMF90OTM Time
      See Also:
    • smf90otmRawValue

      public long smf90otmRawValue()
      SMF90OTM raw value
      Returns:
      long SMF90OTM value
    • smf90odt

      public LocalDate smf90odt()
      SMF90ODT as a LocalDate.
      Returns:
      LocalDate SMF90ODT Date
      See Also:
    • smf90odtRawValue

      public int smf90odtRawValue()
      SMF90ODT raw value.
      Returns:
      int SMF90ODT value
    • smf90ntm

      public LocalTime smf90ntm()
      SMF90NTM as a LocalTime.
      Returns:
      LocalTime SMF90NTM Time
      See Also:
    • smf90ntmRawValue

      public long smf90ntmRawValue()
      SMF90NTM raw value
      Returns:
      long SMF90NTM value
    • smf90ndt

      public LocalDate smf90ndt()
      SMF90NDT as a LocalDate.
      Returns:
      LocalDate SMF90NDT Date
      See Also:
    • smf90ndtRawValue

      public int smf90ndtRawValue()
      SMF90NDT raw value.
      Returns:
      int SMF90NDT value
    • create

      public static SetDateTimeSection create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section