zcollection.merging.period.Period.intersection#

Period.intersection(other)[source]#

Return the period of intersection or null period if no intersection.

Parameters:

other (Period) – The other period to check.

Returns:

The intersection period or null period if no intersection.

Return type:

Period