Uses of Class
org.djunits.quantity.Time
Packages that use Time
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Time in org.djunits.quantity
Methods in org.djunits.quantity that return TimeModifier and TypeMethodDescriptionfinal TimeAdd an (absolute) time to this duration, and return a time.Time.instantiate(Duration duration, Time.Reference reference) static TimeTime.of(double value, String unitString, Time.Reference reference) Returns a Time based on a value and the textual representation of the unit, which can be localized.static TimeTime.ofSi(double si, Time.Reference reference) Return a Time instance based on an SI value and a reference point.static TimeTime.valueOf(String text, Time.Reference reference) Returns a Time representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type Time