public class AbsoluteDate extends java.lang.Object implements TimeChangePattern
| Constructor and Description |
|---|
AbsoluteDate()
Initializes a new instance of the AbsoluteDate class.
|
AbsoluteDate(java.util.Date date)
Initializes a new instance of the AbsoluteDate class with the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate()
Gets absolute date.
|
void |
setDate(java.util.Date date)
Sets absolute date.
|
java.lang.String |
toString() |