com.vaadin.client.ui.calendar.schedule
Class WeekGridMinuteTimeRange
java.lang.Object
com.vaadin.client.ui.calendar.schedule.WeekGridMinuteTimeRange
public class WeekGridMinuteTimeRange
- extends java.lang.Object
Internally used by the calendar
- Since:
- 7.1
|
Constructor Summary |
WeekGridMinuteTimeRange(java.util.Date start,
java.util.Date end)
Creates a Date time range between start and end date. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeekGridMinuteTimeRange
public WeekGridMinuteTimeRange(java.util.Date start,
java.util.Date end)
- Creates a Date time range between start and end date. Drops seconds from
the range.
- Parameters:
start - Start time of the rangeend - End time of the rangeclearSeconds - Boolean Indicates, if seconds should be dropped from the range
start and end
getStart
public java.util.Date getStart()
getEnd
public java.util.Date getEnd()
doesOverlap
public static boolean doesOverlap(WeekGridMinuteTimeRange a,
WeekGridMinuteTimeRange b)
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.