Searched defs:Time (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Mms/src/org/w3c/dom/smil/
H A DTime.java19 * The <code>Time</code> interface is a datatype that represents times within
20 * the timegraph. A <code>Time</code> has a type, key values to describe the
24 public interface Time { interface
26 * A boolean indicating whether the current <code>Time</code> has been
28 * true, the current <code>Time</code> must be defined (not indefinite),
29 * the syncbase and all <code>Time</code> 's that the syncbase depends on
30 * must be defined (not indefinite), and the begin <code>Time</code> of
31 * all ascendent time containers of this element and all <code>Time</code>
33 * <br> If this <code>Time</code> is based upon an event, this
34 * <code>Time</cod
[all...]
/packages/apps/OMA-DM/engine/dmlib/tool-src/servercred/src/
H A Dmain.c221 time_t Time; local
282 time(&Time);
283 stTm = localtime(&Time);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DDateTimeParser.java80 private static class Time { class in class:DateTimeParser
86 public Time(int hour, int minute, int second, int zone) { method in class:DateTimeParser.Time
140 Date d; Time t;
283 final public Time time() throws ParseException {
298 {if (true) return new Time(h, m, s, z);}

Completed in 157 milliseconds