Interface Time

  • All Known Implementing Classes:
    Instant, Period

    public interface Time
    • Field Detail

      • ZEROED_MILLISECONDS_IN_TZ

        static final java.lang.String ZEROED_MILLISECONDS_IN_TZ
        See Also:
        Constant Field Values
    • Method Detail

      • parseLocalDate

        @Deprecated
        static java.time.Instant parseLocalDate​(java.lang.String candidate)
        Deprecated.
      • isInstant

        @Deprecated
        static boolean isInstant​(java.lang.String candidate)
        Deprecated.
      • convertToInstant

        static java.time.Instant convertToInstant​(java.lang.String candidate)