Table of Contents

Method Intersect

Namespace
Eon
Assembly
Eon.dll

Intersect(Schedule)

Intersection of two Schedule. As long as both of the two Schedule are still running it will return the maximum Duration

[Pure]
public Schedule Intersect(Schedule other)

Parameters

other Schedule

other Schedule

Returns

Schedule

intersection of this Schedule and the other Schedule