public class ICCDateTime extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
size |
short |
wDay
Day datum.
|
short |
wHours
Hour datum.
|
short |
wMinutes
Minute datum.
|
short |
wMonth
Month datum.
|
short |
wSeconds
Second datum.
|
short |
wYear
Year datum.
|
| Constructor and Description |
|---|
ICCDateTime(short year,
short month,
short day,
short hour,
short minute,
short second)
Construct an ICCDateTime from parts
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Return a ICCDateTime representation.
|
void |
write(RandomAccessFile raf)
Write an ICCDateTime to a file.
|
public static final int size
public short wYear
public short wMonth
public short wDay
public short wHours
public short wMinutes
public short wSeconds
public ICCDateTime(short year,
short month,
short day,
short hour,
short minute,
short second)
public void write(RandomAccessFile raf) throws IOException
IOExceptionCopyright © 2015. All rights reserved.