public class LogDate extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Calendar |
getCalender()
Returns the time of the commit as Calendar
|
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() |
String |
toString() |
public LogDate(String datestr) throws ParseException
ParseException
public long getTimeMicros()
public long getTimeMillis()
public Calendar getCalender()
public Date getDate()
Copyright © 2024. All rights reserved.