Uses of Class
com.rometools.modules.base.types.DateTimeRange
-
Packages that use DateTimeRange Package Description com.rometools.modules.base This is the base package for the Google Base ROME module. -
-
Uses of DateTimeRange in com.rometools.modules.base
Methods in com.rometools.modules.base that return DateTimeRange Modifier and Type Method Description DateTimeRangeCourse. getCourseDateRange()The timeframe a course is running.DateTimeRangeGoogleBaseImpl. getCourseDateRange()DateTimeRangeEvent. getEventDateRange()The time during which this event takes place.DateTimeRangeGoogleBaseImpl. getEventDateRange()DateTimeRangeGoogleBaseImpl. getTravelDateRange()DateTimeRangeTravel. getTravelDateRange()Departure date and time of the trip.Methods in com.rometools.modules.base with parameters of type DateTimeRange Modifier and Type Method Description voidCourse. setCourseDateRange(DateTimeRange courseDateRange)The timeframe a course is running.voidGoogleBaseImpl. setCourseDateRange(DateTimeRange courseDateRange)voidEvent. setEventDateRange(DateTimeRange eventDateRange)The time during which this event takes place.voidGoogleBaseImpl. setEventDateRange(DateTimeRange eventDateRange)voidGoogleBaseImpl. setTravelDateRange(DateTimeRange travelDateRange)voidTravel. setTravelDateRange(DateTimeRange travelDateRange)Departure date and time of the trip.Constructors in com.rometools.modules.base with parameters of type DateTimeRange Constructor Description CustomTagImpl(String name, DateTimeRange value)
-