Uses of Interface
org.osid.calendaring.Time
Packages that use Time
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.locale
service.
-
Uses of Time in org.osid
Modifier and TypeMethodDescriptionTime[]Metadata.getDefaultTimeValues()Gets the default time values.Time[]Metadata.getExistingTimeValues()Gets the existing time values.Metadata.getMaximumTime()Gets the maximum time value.Metadata.getMinimumTime()Gets the minimum time value.Time[]Metadata.getTimeSet()Gets the set of acceptable time values. -
Uses of Time in org.osid.binding.java
Subinterfaces with type arguments of type Time in org.osid.binding.javaModifier and TypeInterfaceDescriptioninterfaceSupplements the OSID Time interface for Java.Methods in org.osid.binding.java that return TimeModifier and TypeMethodDescriptionTime[]Time.denormalizeTime()Returns an interval based on this Time derived by its granularity.Methods in org.osid.binding.java with parameters of type TimeModifier and TypeMethodDescriptionintCompares this Time with the specified Time to determine the natural order.booleanTime.isExclusive(Time t) Tests if the range of this Time, as specified by its granularity, does not overlap the given Time.booleanTests if this Time is greater than the given Time.booleanTime.isInclusive(Time t) Tests if the range of this Time, as specified by its granularity, includes the given Time ranged by its grabularity.booleanTests if this Time is less than the given Time. -
Uses of Time in org.osid.calendaring
Methods in org.osid.calendaring that return TimeModifier and TypeMethodDescriptionTimeList.getNextTime()Gets the nextTimein this list.Time[]TimeList.getNextTimes(long n) Gets the next set ofTimeelements in this list which must be less than or equal to the number returned fromavailable().ScheduleSlot.getWeekdayTime()Gets the time of this recurring schedule.Methods in org.osid.calendaring with parameters of type TimeModifier and TypeMethodDescriptionScheduleSlotLookupSession.getScheduleSlotsByTime(Time time) Gets aScheduleSlotListmatching the given time.voidScheduleSlotQuery.matchWeekdayTime(Time from, Time to, boolean match) Matches schedules that have a weekday time in the given range inclusive.voidScheduleSlotForm.setWeekdayTime(Time time) Sets the weekday time of a weekly schedule. -
Uses of Time in org.osid.configuration
Methods in org.osid.configuration that return TimeMethods in org.osid.configuration with parameters of type TimeModifier and TypeMethodDescriptionvoidValueQuery.matchTimeValue(Time low, Time high, boolean match) Adds a time match within the given range inclusive.voidValueForm.setTimeValue(Time value) Sets aTimevalue. -
Uses of Time in org.osid.locale
Methods in org.osid.locale that return TimeModifier and TypeMethodDescriptionCalendarFormattingSession.stringToTime(String s) Parses a time string.Methods in org.osid.locale with parameters of type TimeModifier and TypeMethodDescriptionCalendarFormattingSession.timeToString(Time time) Gets a string representation of a time. -
Uses of Time in org.osid.search.terms
Methods in org.osid.search.terms that return TimeModifier and TypeMethodDescriptionTimeTerm.getTime()Gets the time in the term.TimeRangeTerm.getTimeRangeEnd()Gets the end of the time range in the term.TimeRangeTerm.getTimeRangeStart()Gets thestart of the time range in the term.