Interface TimeformatService
-
- All Known Implementing Classes:
DefaultTimeformatService
public interface TimeformatService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
format(java.time.Instant instant, java.time.ZoneId zoneId)
java.lang.String
format(java.util.Date date, java.time.ZoneId zoneId)
java.lang.String
getFormatPattern()
-