You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
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 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 range

        end - End time of the range

        clearSeconds - Boolean Indicates, if seconds should be dropped from the range start and end