Table of Contents

Method Between

Namespace
Eon
Assembly
Eon.dll

Between(Duration, Duration)

A Schedule transformer that places a min floor and max ceiling on the returned delays

[Pure]
public static ScheduleTransformer Between(Duration min, Duration max)

Parameters

min Duration

min delay to return

max Duration

max delay to return

Returns

ScheduleTransformer