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.Stringformat(java.time.Instant instant, java.time.ZoneId zoneId)java.lang.Stringformat(java.util.Date date, java.time.ZoneId zoneId)java.lang.StringgetFormatPattern()
-