Package com.avoka.fc.core.util
Class LicensingDateFormat
java.lang.Object
com.avoka.fc.core.util.LicensingDateFormat
A helper class used in licensing.
Note: This class is not intended for external use. Do not use.
- Since:
- 4.3.4
-
Constructor Summary
ConstructorDescriptionLicensingDateFormat
(Date date, String dateFormatPattern, TimeZone timeZone) Create a licensing date format -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Return the dateReturn the format patternReturn the time zone
-
Constructor Details
-
LicensingDateFormat
Create a licensing date format- Parameters:
date
- the datedateFormatPattern
- the format patterntimeZone
- the timezone
-
-
Method Details
-
getDate
Return the date- Returns:
- the date
-
getDateFormatPattern
Return the format pattern- Returns:
- the format pattern
-
getTimeZone
Return the time zone- Returns:
- the time zone
-