Interface DateTimeParser

    • Method Detail

      • parse

        DateTime parse​(java.lang.String text,
                       java.text.ParsePosition parsePosition)
                throws java.time.DateTimeException
        Parse the text from the given position of the parsePosition
        Parameters:
        text - The text to parse
        parsePosition - The position in which to start
        Returns:
        A DateTime holding the parsed data
        Throws:
        java.time.DateTimeException - If the data is not according to the format specified
      • parse

        default DateTime parse​(java.lang.String text)
                        throws java.time.DateTimeException
        Throws:
        java.time.DateTimeException