org.apache.poi.hwpf.usermodel
Class DateAndTime
java.lang.Object
org.apache.poi.hwpf.usermodel.DateAndTime
- All Implemented Interfaces:
- java.lang.Cloneable
public class DateAndTime
- extends java.lang.Object
- implements java.lang.Cloneable
This class is used to represent a date and time in a Word document.
- Author:
- Ryan Ackley
Field Summary |
static int |
SIZE
|
Method Summary |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
|
void |
serialize(byte[] buf,
int offset)
|
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
DateAndTime
public DateAndTime()
DateAndTime
public DateAndTime(byte[] buf,
int offset)
serialize
public void serialize(byte[] buf,
int offset)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.