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 Summary
Modifier and Type Method Description ZonedDateTime
getDateTime()
Return the DateTime.void
setDateTime(ZonedDateTime dt)
Set the DateTime.Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Method Details
-
getDateTime
ZonedDateTime getDateTime()Return the DateTime.- Returns:
- the DateTime.
-
setDateTime
Set the DateTime.- Parameters:
dt
- The DateTime.
-