Package com.blackhillsoftware.smf.smf90
Class SetDateTimeSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetDateTimeSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetDateTimeSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf90ndt()
SMF90NDT as a LocalDate.int
SMF90NDT raw value.smf90ntm()
SMF90NTM as a LocalTime.long
SMF90NTM raw valuesmf90odt()
SMF90ODT as a LocalDate.int
SMF90ODT raw value.smf90otm()
SMF90OTM as a LocalTime.long
SMF90OTM raw valueMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90otm
SMF90OTM as a LocalTime.- Returns:
- LocalTime SMF90OTM Time
- See Also:
-
smf90otmRawValue
public long smf90otmRawValue()SMF90OTM raw value- Returns:
- long SMF90OTM value
-
smf90odt
SMF90ODT as a LocalDate.- Returns:
- LocalDate SMF90ODT Date
- See Also:
-
smf90odtRawValue
public int smf90odtRawValue()SMF90ODT raw value.- Returns:
- int SMF90ODT value
-
smf90ntm
SMF90NTM as a LocalTime.- Returns:
- LocalTime SMF90NTM Time
- See Also:
-
smf90ntmRawValue
public long smf90ntmRawValue()SMF90NTM raw value- Returns:
- long SMF90NTM value
-
smf90ndt
SMF90NDT as a LocalDate.- Returns:
- LocalDate SMF90NDT Date
- See Also:
-
smf90ndtRawValue
public int smf90ndtRawValue()SMF90NDT raw value.- Returns:
- int SMF90NDT value
-
create
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 sectionoffset
- Offset of this section in the datalength
- length of the section
-