Uses of Class
org.anchoranalysis.plugin.io.naming.interval.TimeStyle
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.naming.interval |
How to write parts of a time-interval in a file-name.
|
-
Uses of TimeStyle in org.anchoranalysis.plugin.io.naming.interval
Methods in org.anchoranalysis.plugin.io.naming.interval that return TimeStyle Modifier and Type Method Description static TimeStyleTimeStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeStyle[]TimeStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.anchoranalysis.plugin.io.naming.interval with parameters of type TimeStyle Modifier and Type Method Description StringTimeIntervalNamer. nameFor(LocalDateTime start, LocalDateTime end, DateStyle dateStyle, TimeStyle timeStyle)Derives a name from the time-range in the cluster and some parameters.