Class TimeToString

    • Field Detail

      • m_Format

        protected String m_Format
        the format to use for converting the time.
      • m_Formatter

        protected transient DateFormat m_Formatter
        the formatter to use.
    • Constructor Detail

      • TimeToString

        public TimeToString()
    • Method Detail

      • getTechnicalInformation

        public TechnicalInformation getTechnicalInformation()
        Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
        Specified by:
        getTechnicalInformation in interface TechnicalInformationHandler
        Returns:
        the technical information about this class
      • setFormat

        public void setFormat​(String value)
        Sets the format for the date/time.
        Parameters:
        value - the format
      • getFormat

        public String getFormat()
        Returns the format for the date/time.
        Returns:
        the format
      • formatTipText

        public String formatTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.