zcollection.merging.period.Period.is_after#

Period.is_after(point)[source]#

True if all of the period is prior or point < start.

In the example below only point 1 would evaluate to true.

    [----------[
^   ^    ^     ^   ^
1   2    3     4   5
Parameters:

point (datetime64) – The point to check.

Returns:

True if point is after the period

Return type:

bool