public final class DateAndTime extends Object implements Duplicatable
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Constructor and Description |
|---|
DateAndTime() |
DateAndTime(byte[] buf,
int offset) |
DateAndTime(DateAndTime other) |
| Modifier and Type | Method and Description |
|---|---|
DateAndTime |
copy() |
boolean |
equals(Object o) |
Calendar |
getDate() |
int |
hashCode() |
boolean |
isEmpty() |
void |
serialize(byte[] buf,
int offset) |
String |
toString() |
public static final int SIZE
public DateAndTime()
public DateAndTime(DateAndTime other)
public DateAndTime(byte[] buf,
int offset)
public Calendar getDate()
public void serialize(byte[] buf,
int offset)
public DateAndTime copy()
copy in interface Duplicatablepublic boolean isEmpty()