Uses of Enum
org.shredzone.commons.suncalc.param.TimeResultParameter.Unit
Packages that use TimeResultParameter.Unit
Package
Description
This package contains interfaces for setting common calculation parameters.
This package contains internal utility methods.
-
Uses of TimeResultParameter.Unit in org.shredzone.commons.suncalc.param
Methods in org.shredzone.commons.suncalc.param that return TimeResultParameter.UnitModifier and TypeMethodDescriptionstatic TimeResultParameter.UnitReturns the enum constant of this type with the specified name.static TimeResultParameter.Unit[]TimeResultParameter.Unit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.shredzone.commons.suncalc.param with parameters of type TimeResultParameter.UnitModifier and TypeMethodDescriptionTimeResultParameter.truncatedTo(TimeResultParameter.Unit unit) Time unit to truncate the result to. -
Uses of TimeResultParameter.Unit in org.shredzone.commons.suncalc.util
Methods in org.shredzone.commons.suncalc.util that return TimeResultParameter.UnitModifier and TypeMethodDescriptionBaseBuilder.getTruncatedTo()Returns theTimeResultParameter.Unitto truncate to.Methods in org.shredzone.commons.suncalc.util with parameters of type TimeResultParameter.UnitModifier and TypeMethodDescriptionJulianDate.getDateTruncated(TimeResultParameter.Unit unit) Returns thisJulianDateas truncatedDateobject.BaseBuilder.truncatedTo(TimeResultParameter.Unit unit)