Class TimeDifferenceFormatter

    • Constructor Detail

      • TimeDifferenceFormatter

        public TimeDifferenceFormatter()
        Constructor for the TimeDifferenceFormatter.
      • TimeDifferenceFormatter

        public TimeDifferenceFormatter​(boolean shortFormat,
                                       boolean spaceAfterValue)
        Constructor for the TimeDifferenceFormatter.
        Parameters:
        shortFormat - enable short format
        spaceAfterValue - true to have a space after the value
      • TimeDifferenceFormatter

        public TimeDifferenceFormatter​(java.lang.String pattern,
                                       boolean shortFormat,
                                       boolean spaceAfterValue)
        Constructor for the TimeDifferenceFormatter.
        Parameters:
        pattern - the pattern
        shortFormat - enable short format
        spaceAfterValue - true to have a space after the value