Interface TimeStamp
- All Superinterfaces:
- InformationObject
- All Known Implementing Classes:
- TimeStampImpl1
public interface TimeStamp extends InformationObject
The time of the Step, which may include a duration, time system etc.
 The time system may be for example Earth timezone.
- Since:
- 06-Sep-2021 15:59:47
- Version:
- 1.0
- Author:
- David
- 
Method SummaryModifier and Type Method Description ZonedDateTimegetDateTime()Return the DateTime.voidsetDateTime(ZonedDateTime dt)Set the DateTime.Methods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
- 
Method Details- 
getDateTimeZonedDateTime getDateTime()Return the DateTime.- Returns:
- the DateTime.
 
- 
setDateTimeSet the DateTime.- Parameters:
- dt- The DateTime.
 
 
-