Class DateTimeTypeToString

    • Field Detail

      • m_DateTimeType

        protected DateTimeType m_DateTimeType
        the datetime type to convert.
      • m_Formatter

        protected transient DateFormat m_Formatter
        the formatter.
    • Constructor Detail

      • DateTimeTypeToString

        public DateTimeTypeToString()
    • Method Detail

      • setDateTimeType

        public void setDateTimeType​(DateTimeType value)
        Sets the date/time type to convert.
        Parameters:
        value - the type
      • getDateTimeType

        public DateTimeType getDateTimeType()
        Returns the date/time type to convert.
        Returns:
        the type
      • dateTimeTypeTipText

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

        public void setFormat​(DateFormatString value)
        Sets the format to use for the conversion.
        Parameters:
        value - the format
      • getFormat

        public DateFormatString getFormat()
        Returns the format in use for the conversion.
        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.