public class LogDate
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
LogDate(java.lang.String datestr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Calendar |
getCalender()
Returns the time of the commit as Calendar
|
java.util.Date |
getDate()
Returns the date of the commit
|
long |
getTimeMicros()
Returns the time of the commit in microseconds
|
long |
getTimeMillis()
Returns the time of the commit in milliseconds
|
int |
hashCode() |
java.lang.String |
toString() |
public LogDate(java.lang.String datestr)
throws java.text.ParseException
java.text.ParseExceptionpublic long getTimeMicros()
public long getTimeMillis()
public java.util.Calendar getCalender()
public java.util.Date getDate()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object