Lines Matching full:time
14 * \brief C++ API: Rule for specifying date and time in an year
23 * <code>DateTimeRule</code> is a class representing a time in a year by
25 * time in the day.
48 * Time rule type constants.
52 WALL_TIME = 0, /**< The local wall clock time */
53 STANDARD_TIME, /**< The local standard time */
54 UTC_TIME /**< The UTC time */
59 * the time rule. The date rule type for an instance created by
65 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
74 * number and the time rule. The date rule type for an instance created
83 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
92 * on or after/before the day of month and the time rule. The date rule
101 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
162 * Gets the time rule type
163 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
202 * Gets the rule time in the rule day.
203 * @return The time in the rule day in milliseconds.