public class AbsoluteDateTransition extends Transition
| Constructor and Description |
|---|
AbsoluteDateTransition()
Instantiates a new absolute date transition.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate()
Get the date and time at which the time zone transition occurs.
|
void |
setDate(java.util.Date date)
Set the date and time at which the time zone transition occurs.
|
java.lang.String |
toString()
Converts the value of the current Transition object to its equivalent string representation.
|
getTarget, getTargetDescription, setTarget, setTargetDescriptionpublic AbsoluteDateTransition()
public java.lang.String toString()
TransitiontoString in class Transitionpublic java.util.Date getDate()
public void setDate(java.util.Date date)
date - the new date