corda / net.corda.core.flows / FlowTimeWindow

FlowTimeWindow

data class FlowTimeWindow

Constructors

<init>

FlowTimeWindow(fromTime: Instant? = null, untilTime: Instant? = null)

Properties

fromTime

val fromTime: Instant?

untilTime

val untilTime: Instant?

Companion Object Functions

between

fun between(fromTime: Instant, untilTime: Instant): FlowTimeWindow

fromOnly

fun fromOnly(fromTime: Instant): FlowTimeWindow

untilOnly

fun untilOnly(untilTime: Instant): FlowTimeWindow