Interface ISOTemporal

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.StringBuilder append​(java.lang.StringBuilder stringBuilder)
      Appends the canonical lexical representation of this temporal.
      java.lang.String toString()
      Returns the canonical lexical representation of this temporal
    • Method Detail

      • append

        java.lang.StringBuilder append​(java.lang.StringBuilder stringBuilder)
        Appends the canonical lexical representation of this temporal.
        Parameters:
        stringBuilder - The string builder to which the lexical representation will be appended.
        Returns:
        The string builder.
      • toString

        java.lang.String toString()
        Returns the canonical lexical representation of this temporal
        Overrides:
        toString in class java.lang.Object
        Returns:
        The canonical lexical representation of this temporal.