corda / net.corda.core.contracts / TimeWindow / fromOnly

fromOnly

@JvmStatic fun fromOnly(fromTime: Instant): TimeWindow

Creates a TimeWindow with null untilTime, i.e. the time interval [fromTime, ∞). midpoint will return null.