Class TimeOfDaySchedule.SymbolicTime
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.TimeOfDaySchedule.SymbolicTime
 
- 
- All Implemented Interfaces:
- TimeOfDaySchedule.Timeframe
 - Enclosing class:
- TimeOfDaySchedule
 
 protected static class TimeOfDaySchedule.SymbolicTime extends java.lang.Object implements TimeOfDaySchedule.Timeframe 
- 
- 
Constructor SummaryConstructors Constructor Description SymbolicTime(int hour)SymbolicTime(int hour, int minute)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longend()booleanisSingleEvent()longnextEvent(long symbolicTime)Single events only match when they're less than the symbolic time, not equal tolongstart()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
startpublic long start() - Specified by:
- startin interface- TimeOfDaySchedule.Timeframe
 
 - 
endpublic long end() - Specified by:
- endin interface- TimeOfDaySchedule.Timeframe
 
 - 
nextEventpublic long nextEvent(long symbolicTime) Single events only match when they're less than the symbolic time, not equal to- Specified by:
- nextEventin interface- TimeOfDaySchedule.Timeframe
 
 - 
isSingleEventpublic boolean isSingleEvent() - Specified by:
- isSingleEventin interface- TimeOfDaySchedule.Timeframe
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-