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 Date getStart()
public Date getEnd()
public static boolean doesOverlap(WeekGridMinuteTimeRange a, WeekGridMinuteTimeRange b)
Copyright © 2021 Vaadin Ltd. All rights reserved.