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 Details

    • getDateTime

      ZonedDateTime getDateTime()
      Return the DateTime.
      Returns:
      the DateTime.
    • setDateTime

      void setDateTime​(ZonedDateTime dt)
      Set the DateTime.
      Parameters:
      dt - The DateTime.