* checks whether an event resides in a timespan of a specific type * @param event the event object * @param timespan the timespan's type
(event: any, timespan: string)
| 1681 | * @param timespan the timespan's type |
| 1682 | */ |
| 1683 | checkInMarkedTimespan(event: any, timespan: string): boolean; |
| 1684 | |
| 1685 | /** |
| 1686 | * checks whether the specified event takes place at the blocked time period |
no outgoing calls
no test coverage detected