Home | History | Annotate | Download | only in unicode

Lines Matching full:code

23  * <code>DateTimeRule</code> is a class representing a time in a year by
58 * Constructs a <code>DateTimeRule</code> by the day of month and
60 * this constructor is <code>DOM</code>.
62 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
65 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
66 * or <code>UTC_TIME</code>.
73 * Constructs a <code>DateTimeRule</code> by the day of week and its oridinal
75 * by this constructor is <code>DOW</code>.
77 * @param month The rule month, for example, <code>Calendar::JANUARY</code>.
81 * @param dayOfWeek The day of week, for example, <code>Calendar::SUNDAY</code>.
83 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
84 * or <code>UTC_TIME</code>.
91 * Constructs a <code>DateTimeRule</code> by the first/last day of week
94 * <code>DOM_GEQ_DOM</code> or <code>DOM_LEQ_DOM</code>.
96 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
98 * @param dayOfWeek The day of week, for example, <code>Calendar::SUNDAY</code>.
101 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
102 * or <code>UTC_TIME</code>.
155 * Gets the date rule type, such as <code>DOM</code>
163 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
164 * or <code>UTC_TIME</code>.
178 * is <code>DOW</code>, the value is always 0.
186 * is <code>DOM</code>, the value is always 0.
194 * in the month. When the date rule type is not <code>DOW</code>,