Class LicensingDateFormat


  • public class LicensingDateFormat
    extends Object
    A helper class used in licensing. Note: This class is not intended for external use. Do not use.
    Since:
    4.3.4
    • Constructor Detail

      • LicensingDateFormat

        public LicensingDateFormat​(Date date,
                                   String dateFormatPattern,
                                   TimeZone timeZone)
        Create a licensing date format
        Parameters:
        date - the date
        dateFormatPattern - the format pattern
        timeZone - the timezone
    • Method Detail

      • getDate

        public Date getDate()
        Return the date
        Returns:
        the date
      • getDateFormatPattern

        public String getDateFormatPattern()
        Return the format pattern
        Returns:
        the format pattern
      • getTimeZone

        public TimeZone getTimeZone()
        Return the time zone
        Returns:
        the time zone