Uses of Class
org.dashbuilder.dataset.date.TimeAmount
-
Packages that use TimeAmount Package Description org.dashbuilder.dataset.date org.dashbuilder.dataset.def -
-
Uses of TimeAmount in org.dashbuilder.dataset.date
Methods in org.dashbuilder.dataset.date that return TimeAmount Modifier and Type Method Description TimeAmountTimeAmount. cloneInstance()TimeAmountTimeInstant. getTimeAmount()static TimeAmountTimeAmount. parse(String timeAmount)Parses a time amount expression.Methods in org.dashbuilder.dataset.date with parameters of type TimeAmount Modifier and Type Method Description voidTimeInstant. setTimeAmount(TimeAmount timeAmount)Constructors in org.dashbuilder.dataset.date with parameters of type TimeAmount Constructor Description TimeInstant(TimeInstant.TimeMode timeMode, DateIntervalType intervalType, Month firstMonthOfYear, TimeAmount timeAmount) -
Uses of TimeAmount in org.dashbuilder.dataset.def
Methods in org.dashbuilder.dataset.def that return TimeAmount Modifier and Type Method Description TimeAmountDataSetDef. getRefreshTimeAmount()
-