Home | History | Annotate | Download | only in utility

Lines Matching refs:DTSTART

539         writer.writeTag("DTSTART", millisToEasDateTime(0L));
579 // Otherwise we write the first as DTSTART and the others as RDATE
586 writer.writeTag("DTSTART",
602 writer.writeTag("DTSTART",
1028 * @param startTime, the DTSTART of this Event
1301 Date date = new Date(entityValues.getAsLong(Events.DTSTART));
1431 // Example: DTSTART;VALUE=DATE:20100331 (all day event)
1437 // information and make sure to send DTSTART/DTEND in local time (unless, of course,
1446 // Example: DTSTART;TZID=US/Pacific:20100331T124500
1464 long startTime = entityValues.getAsLong(Events.DTSTART);
1466 ics.writeTag("DTSTART" + vCalendarDateSuffix,
1486 // Convert this into millis and add it to DTSTART for DTEND