Home | History | Annotate | Download | only in format

Lines Matching refs:allDay

45      * True if this is an allDay event. The hour, minute, second fields are
48 public boolean allDay;
264 this.allDay = false;
391 * included only a date and no time field, then the <code>allDay</code>
395 * <code>allDay</code> is set to false. The fields <code>weekDay</code>,
446 * the {@link #allDay} field is set to true and the {@link #hour},
552 this.allDay = that.allDay;
570 this.allDay = false;
584 * Sets the date from the given fields. Also sets allDay to true.
593 this.allDay = true;
675 * If allDay is true, expresses the time as Y-M-D</p>
680 * @param allDay
683 public String format3339(boolean allDay) {
684 if (allDay) {