Class IntervalSelectedEventData
- java.lang.Object
-
- org.teamapps.ux.component.calendar.IntervalSelectedEventData
-
public class IntervalSelectedEventData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntervalSelectedEventData(java.time.ZoneId timeZone, java.time.Instant start, java.time.Instant end, boolean allDay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.InstantgetEnd()java.time.InstantgetStart()java.time.ZoneIdgetTimeZone()booleanisAllDay()
-