java.lang.Objectjavax.print.attribute.DateTimeSyntax
javax.print.attribute.standard.DateTimeAtProcessing
All Implemented Interfaces:
PrintJobAttribute, Cloneable, Serializable
To construct a DateTimeAtProcessing attribute from separate values of the year, month, day, hour, minute, and so on, use a Calendar object to construct a Date object, then use the Date object to construct the DateTimeAtProcessing attribute. To convert a DateTimeAtProcessing attribute to separate values of the year, month, day, hour, minute, and so on, create a Calendar object and set it to the Date from the DateTimeAtProcessing attribute.
IPP Compatibility: The information needed to construct an IPP
"date-time-at-processing" attribute can be obtained as described above. The
category name returned by getName() gives the IPP attribute
name.
Alan - Kaminsky| Constructor: |
|---|
|
| Method from javax.print.attribute.standard.DateTimeAtProcessing Summary: |
|---|
| equals, getCategory, getName |
| Methods from javax.print.attribute.DateTimeSyntax: |
|---|
| equals, getValue, hashCode, toString |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.print.attribute.standard.DateTimeAtProcessing Detail: |
|---|
|
For class DateTimeAtProcessing, the category is class DateTimeAtProcessing itself. |
For class DateTimeAtProcessing, the category name is
|