Uses of Class
org.dashbuilder.dataset.date.TimeInstant
-
Packages that use TimeInstant Package Description org.dashbuilder.dataset.date -
-
Uses of TimeInstant in org.dashbuilder.dataset.date
Methods in org.dashbuilder.dataset.date that return TimeInstant Modifier and Type Method Description TimeInstantTimeInstant. cloneInstance()TimeInstantTimeFrame. getFrom()TimeInstantTimeFrame. getTo()static TimeInstantTimeInstant. now()Return a time instant representing the current time.static TimeInstantTimeInstant. parse(String timeInstantExpr)Parses a time instant expression.Methods in org.dashbuilder.dataset.date with parameters of type TimeInstant Modifier and Type Method Description voidTimeFrame. setFrom(TimeInstant from)voidTimeFrame. setTo(TimeInstant to)Constructors in org.dashbuilder.dataset.date with parameters of type TimeInstant Constructor Description TimeFrame(TimeInstant from, TimeInstant to)
-