Package com.complexible.common.base
Class DateTime
java.lang.Object
com.complexible.common.base.DateTime
Immutable representation of date time.
- Author:
- Evren Sirin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateTime
public DateTime(long time)
-
-
Method Details
-
now
-
getTime
public long getTime() -
toDate
-
toCalendar
-
hashCode
public int hashCode() -
equals
-
toString
String representation of date time in XML schema format. -
valueOf
Creates a DateTime instance from XML schema serialization of xsd:dateTime.
-