Searched defs:dateTime (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DDateTimeAtCompleted.java63 * @param dateTime {@link java.util.Date Date} value.
66 * (unchecked exception) Thrown if <CODE>dateTime</CODE> is null.
68 public DateTimeAtCompleted(Date dateTime) { argument
69 super (dateTime);
H A DDateTimeAtCreation.java63 * @param dateTime {@link java.util.Date Date} value.
66 * (unchecked exception) Thrown if <CODE>dateTime</CODE> is null.
68 public DateTimeAtCreation(Date dateTime) { argument
69 super (dateTime);
H A DDateTimeAtProcessing.java63 * @param dateTime {@link java.util.Date Date} value.
66 * (unchecked exception) Thrown if <CODE>dateTime</CODE> is null.
68 public DateTimeAtProcessing(Date dateTime) { argument
69 super (dateTime);
H A DJobHoldUntil.java95 * @param dateTime {@link java.util.Date Date} value.
98 * (unchecked exception) Thrown if <CODE>dateTime</CODE> is null.
100 public JobHoldUntil(Date dateTime) { argument
101 super (dateTime);
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLModElement.java62 public void setDateTime(String dateTime); argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java68 * lexical representation of xs:dateTime in
69 * <a href="http://www.w3.org/TR/xmlschema-2/#dateTime">[3.2.7 dateTime]</a> of
78 public static String dateTime() method in class:ExsltDatetime
121 * lexical representation of xs:dateTime in
122 * <a href="http://www.w3.org/TR/xmlschema-2/#dateTime">[3.2.7 dateTime]</a> of
167 String datetime = dateTime().toString();
178 * lexical representation of xs:dateTime in
179 * <a href="http://www.w3.org/TR/xmlschema-2/#dateTime">[3.
958 formatDate(String dateTime, String pattern) argument
[all...]

Completed in 47 milliseconds