We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.calendar.schedule.
Class WeekGridMinuteTimeRange
- java.lang.Object
-
- com.vaadin.client.ui.calendar.schedule.WeekGridMinuteTimeRange
-
public class WeekGridMinuteTimeRange extends Object
Internally used by the calendar
Since:
7.1
-
-
Constructor Summary
Constructors Constructor Description WeekGridMinuteTimeRange(Date start, Date end)
Creates a Date time range between start and end date.
-
Method Summary
All Methods Modifier and Type Method Description static boolean
doesOverlap(WeekGridMinuteTimeRange a, WeekGridMinuteTimeRange b)
Date
getEnd()
Date
getStart()
-
-
-
Constructor Detail
-
WeekGridMinuteTimeRange
public WeekGridMinuteTimeRange(Date start, 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
-
-
Method Detail
-
getStart
public Date getStart()
-
getEnd
public Date getEnd()
-
doesOverlap
public static boolean doesOverlap(WeekGridMinuteTimeRange a, WeekGridMinuteTimeRange b)
-
-