Searched refs:millisUntilEvent (Results 1 – 1 of 1) sorted by relevance
213 final long millisUntilEvent = referenceTime.until(parsedTime, MILLIS); in createForDatetime() local214 if (millisUntilEvent > MIN_EVENT_FUTURE_MILLIS) { in createForDatetime()