unifhy.TimeDomain.spans_same_period_as
- TimeDomain.spans_same_period_as(timedomain)
Compare equality in period spanned between the TimeDomain and another instance of TimeDomain.
The lower bound of their first timestamps and the upper bound of their last timestamps are compared.
- Parameters
- timedomain:
TimeDomain
The other TimeDomain to be compared against TimeDomain.
- timedomain:
- Returns