data class RecoveryTimeWindow
<init> |
RecoveryTimeWindow(fromTime: Instant, untilTime: Instant = Instant.now()) |
fromTime |
val fromTime: Instant |
untilTime |
val untilTime: Instant |
between |
fun between(fromTime: Instant, untilTime: Instant): RecoveryTimeWindow |
fromOnly |
fun fromOnly(fromTime: Instant): RecoveryTimeWindow |
untilOnly |
fun untilOnly(untilTime: Instant): RecoveryTimeWindow |