public static class TimeOfDaySchedule.ScheduledTime
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ScheduledTime(int id,
java.util.Date absoluteDate,
long timeOfDay) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getAbsoluteDate()
Returns the time as an absolute java date.
|
int |
getId()
Returns an id for the time, in order to be able to distinguish different time events.
|
long |
getTimeOfDay()
Returns the value as the time of day, milliseconds between [0-24) hours.
|
protected ScheduledTime(int id, java.util.Date absoluteDate, long timeOfDay)
public int getId()
public java.util.Date getAbsoluteDate()
public long getTimeOfDay()