Class TimeMillisProcessingStrategy
-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.time.schedule.impl.TimeProcessingStrategy
public final class TimeMillisProcessingStrategy implements TimeProcessingStrategy<Long>
-
-
Constructor Summary
Constructors Constructor Description TimeMillisProcessingStrategy(ClockProvider clockProvider)
-
Method Summary
Modifier and Type Method Description DayOfWeektoDayOfWeek(Long time)LongtimeMsFromStartOfTheDay(Long time)LongtimeMsBeforeEndOfTheDay(Long time)-
-
Constructor Detail
-
TimeMillisProcessingStrategy
TimeMillisProcessingStrategy(ClockProvider clockProvider)
-
-
Method Detail
-
toDayOfWeek
DayOfWeek toDayOfWeek(Long time)
-
timeMsFromStartOfTheDay
Long timeMsFromStartOfTheDay(Long time)
-
timeMsBeforeEndOfTheDay
Long timeMsBeforeEndOfTheDay(Long time)
-
-
-
-