public final class DateValue extends Object implements Serializable
| Constructor and Description |
|---|
DateValue(Date date,
String originalString)
create a pair of a date and the string it was parsed from.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getDate() |
String |
getOriginalString() |
long |
getTime() |
int |
hashCode() |
boolean |
hasOriginalString() |
String |
toString() |
public Date getDate()
public long getTime()
Date.getTime() of the contained date.public String getOriginalString()
public boolean hasOriginalString()
public boolean equals(Object obj)
public int hashCode()
Copyright © 2019. All rights reserved.