Interface WSTimeSource

All Known Implementing Classes:
WSCurrentTimeSource

public interface WSTimeSource
This interface allows the Time Source used to set dates and times to be overridden by the application.
  • Method Summary

    Modifier and Type
    Method
    Description
    now()
    Get the current date time
  • Method Details

    • now

      Instant now()
      Get the current date time
      Returns:
      the current date/time as a Instant object