Uses of Class
ai.dat.core.configuration.time.Time
Packages that use Time
-
Uses of Time in ai.dat.core.configuration.time
Methods in ai.dat.core.configuration.time that return TimeModifier and TypeMethodDescriptionstatic TimeTime.days(long days) Creates a newTimethat represents the given number of days.static TimeTime.fromDuration(Duration duration) Creates a newTimethat represents the number of milliseconds in the given duration.static TimeTime.hours(long hours) Creates a newTimethat represents the given number of hours.static TimeTime.milliseconds(long milliseconds) Creates a newTimethat represents the given number of milliseconds.static TimeTime.minutes(long minutes) Creates a newTimethat represents the given number of minutes.static Timestatic TimeTime.seconds(long seconds) Creates a newTimethat represents the given number of seconds.Methods in ai.dat.core.configuration.time with parameters of type Time