public class WeekGridMinuteTimeRange extends Object
| Constructor and Description |
|---|
WeekGridMinuteTimeRange(Date start,
Date end)
Creates a Date time range between start and end date.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doesOverlap(WeekGridMinuteTimeRange a,
WeekGridMinuteTimeRange b) |
Date |
getEnd() |
Date |
getStart() |
public WeekGridMinuteTimeRange(Date start, Date end)
start - Start time of the rangeend - End time of the rangeclearSeconds - Boolean Indicates, if seconds should be dropped from the range
start and endpublic Date getStart()
public Date getEnd()
public static boolean doesOverlap(WeekGridMinuteTimeRange a, WeekGridMinuteTimeRange b)
Copyright © 2016 Vaadin Ltd. All rights reserved.