Home | History | Annotate | Download | only in datatype

Lines Matching refs:minute

105  *         For a value of 24, the minute and second field must be zero per
109 * <a name="datetimefield-minute"/>
111 * <td> minute </td>
200 * int minute,
209 * int minute,
316 * @param minute value constraints are summarized in
317 * <a href="#datetimefield-minute">minute field of date/time field mapping table</a>.
327 public void setTime(int hour, int minute, int second) {
331 minute,
354 * @param minute value constraints summarized in <a href="#datetimefield-minute">minute field of date/time field mapping table</a>.
356 * @throws IllegalArgumentException if <code>minute</code> parameter is outside value constraints for the field as specified in
359 public abstract void setMinute(int minute);
405 * @param minute value constraints are summarized in
406 * <a href="#datetimefield-minute">minute field of date/time field mapping table</a>.
418 int minute,
423 setMinute(minute);
433 * @param minute value constraints are summarized in
434 * <a href="#datetimefield-minute">minute field of date/time field mapping table</a>.
444 public void setTime(int hour, int minute, int second, int millisecond) {
447 setMinute(minute);
545 * <a href="#datetimefield-minute">minute field of date/time field mapping table</a>.</p>
736 * <td>minute</td>
917 * <td><code>MINUTE</code></td>
949 * MINUTE, SECOND and MILLISECOND are set using the method
994 * MINUTE, SECOND and MILLISECOND are set using the method