Uses of Class
de.uplanet.lucy.server.scripting.velocity.util.Duration
Packages that use Duration
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of Duration in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return Duration -
Uses of Duration in de.uplanet.lucy.server.auxiliaries.datetime
Methods in de.uplanet.lucy.server.auxiliaries.datetime that return DurationModifier and TypeMethodDescriptionDateTimeUtil.getDifference
(Object p_lhs, Object p_rhs) Get the time difference between the two objects.DateTimeUtil.getDifferenceFromMilliseconds
(long p_lTime) Ctreate a difference object for the given time difference. -
Uses of Duration in de.uplanet.lucy.server.scripting.velocity.util
Methods in de.uplanet.lucy.server.scripting.velocity.util that return DurationModifier and TypeMethodDescriptionDuration.absolute()
Get the absolute, i.e.Duration.roundToNearestDay()
Round the duration to the nearest day.Duration.roundToNearestHour()
Round the duration to the nearest hour.Duration.roundToNearestMinute()
Round the duration to the nearest minute.Duration.roundToNearestSecond()
Round the duration to the nearest second.