Table of Contents

Method From

Namespace
Eon
Assembly
Eon.dll

From(params Duration[])

Schedule constructor that recurs for the specified durations

[Pure]
public static Schedule From(params Duration[] durations)

Parameters

durations Duration[]

durations to apply

Returns

Schedule

From(IReadOnlyList<Duration>)

Schedule constructor that recurs for the specified durations

[Pure]
public static Schedule From(IReadOnlyList<Duration> durations)

Parameters

durations IReadOnlyList<Duration>

durations to apply

Returns

Schedule