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