public interface SessionSchedule
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isNonStopSession()  | 
boolean | 
isSameSession(Calendar time1,
             Calendar time2)
Predicate for determining if the two times are in the same session 
 | 
boolean | 
isSessionTime()
Predicate for determining if the session should be active at the current time. 
 | 
boolean isSameSession(Calendar time1, Calendar time2)
time1 - test time 1time2 - test time 2boolean isNonStopSession()
boolean isSessionTime()
Copyright © 2021. All rights reserved.