-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.time.schedule.impl.TimeProcessingStrategy
public class LocalDateTimeProcessingStrategy implements TimeProcessingStrategy<LocalDateTime>
-
-
Field Summary
Fields Modifier and Type Field Description public final static LocalDateTimeProcessingStrategyINSTANCE
-
Method Summary
Modifier and Type Method Description DayOfWeektoDayOfWeek(LocalDateTime time)LongtimeMsFromStartOfTheDay(LocalDateTime time)final LongtimeMsFromStartOfTheDay(LocalTime time)LongtimeMsBeforeEndOfTheDay(LocalDateTime time)-
-
Method Detail
-
toDayOfWeek
DayOfWeek toDayOfWeek(LocalDateTime time)
-
timeMsFromStartOfTheDay
Long timeMsFromStartOfTheDay(LocalDateTime time)
-
timeMsFromStartOfTheDay
final Long timeMsFromStartOfTheDay(LocalTime time)
-
timeMsBeforeEndOfTheDay
Long timeMsBeforeEndOfTheDay(LocalDateTime time)
-
-
-
-