All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.harmonysoft.oss.common.time.schedule.impl.TimeProcessingStrategy.kt Maven / Gradle / Ivy

package tech.harmonysoft.oss.common.time.schedule.impl

import java.time.DayOfWeek

interface TimeProcessingStrategy {

    fun toDayOfWeek(time: T): DayOfWeek

    fun timeMsFromStartOfTheDay(time: T): Long

    fun timeMsBeforeEndOfTheDay(time: T): Long
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy