Uses of Enum Class
com.kingsrook.qqq.backend.core.actions.dashboard.widgets.DateTimeGroupBy
Packages that use DateTimeGroupBy
-
Uses of DateTimeGroupBy in com.kingsrook.qqq.backend.core.actions.dashboard.widgets
Subclasses with type arguments of type DateTimeGroupBy in com.kingsrook.qqq.backend.core.actions.dashboard.widgetsModifier and TypeClassDescriptionenum
Enum to define various "levels" of group-by for on dashboards that want to group records by, e.g., year, or month, or week, or day, or hour.Methods in com.kingsrook.qqq.backend.core.actions.dashboard.widgets that return DateTimeGroupByModifier and TypeMethodDescriptionstatic DateTimeGroupBy
DateTimeGroupBy.selectFromStartAndEndTimes
(Instant start, Instant end) get an instance of this enum, based on start invalid input: '&' end instants - look at the # of millis between them, and return the first enum value w/ a millisThreshold under that difference.static DateTimeGroupBy
Returns the enum constant of this class with the specified name.static DateTimeGroupBy[]
DateTimeGroupBy.values()
Returns an array containing the constants of this enum class, in the order they are declared.