Package org.apache.poi.hwpf.usermodel
Class DateAndTime
java.lang.Object
org.apache.poi.hwpf.usermodel.DateAndTime
- All Implemented Interfaces:
Cloneable
This class is used to represent a date and time in a Word document.
- Author:
- Ryan Ackley
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SIZE
public static final int SIZE- See Also:
-
-
Constructor Details
-
DateAndTime
public DateAndTime() -
DateAndTime
public DateAndTime(byte[] buf, int offset)
-
-
Method Details
-
getDate
-
serialize
public void serialize(byte[] buf, int offset) -
equals
-
hashCode
public int hashCode() -
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
isEmpty
public boolean isEmpty() -
toString
-