Class TimeOfDaySchedule
java.lang.Object
com.inductiveautomation.ignition.common.util.TimeOfDaySchedule
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumprotected classstatic classThis class provides information about the specific absolute time to run, but also the symbolic time of day, and the id of the event that was used to generate it.protected static classprotected static classprotected static interface
- 
Method SummaryModifier and TypeMethodDescriptionprotected TimeOfDaySchedule.IndexindexOf(long symbolicTime) booleanisCovered(long absoluteTime) nextEvent(long absoluteTime) Returns the next scheduled event for the time, or the time event covering the specified time.static TimeOfDaySchedulestatic TimeOfDayScheduleprotected static TimeOfDaySchedule.SymbolicTimestatic TimeOfDayScheduleprotected longtoAbsoluteTime(org.joda.time.DateTime baseTime, long symbolicTime, boolean nextDay) Takes the symbolic time and converts it back to an absolute time based on the baseTime.protected longtoAbsoluteTime(org.joda.time.DateTime baseTime, long symbolicTime, boolean nextDay, long dstOffset) toString()protected longtoSymbolicTime(long absoluteTime) protected longtoSymbolicTime(org.joda.time.DateTime absoluteTime) 
- 
Method Details- 
toSymbolicTimeprotected long toSymbolicTime(long absoluteTime) 
- 
toSymbolicTimeprotected long toSymbolicTime(org.joda.time.DateTime absoluteTime) 
- 
toAbsoluteTimeprotected long toAbsoluteTime(org.joda.time.DateTime baseTime, long symbolicTime, boolean nextDay) Takes the symbolic time and converts it back to an absolute time based on the baseTime.It basically works by converting the base to symbolic, which is essentially how the calculation was made, and then adding the diff of the symbolic times to the base. 
- 
toAbsoluteTimeprotected long toAbsoluteTime(org.joda.time.DateTime baseTime, long symbolicTime, boolean nextDay, long dstOffset) 
- 
isCoveredpublic boolean isCovered(long absoluteTime) 
- 
nextEventReturns the next scheduled event for the time, or the time event covering the specified time. If the time is covered, the returned time will be aligned to the range alignment, if that was specified during the parsing.
- 
indexOf
- 
parseSafe
- 
parse- Throws:
- Exception
 
- 
parse- Throws:
- Exception
 
- 
parsePart- Throws:
- Exception
 
- 
toString
 
-