Uses of Class
org.anchoranalysis.plugin.io.naming.interval.DateStyle
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.naming.interval |
How to write parts of a time-interval in a file-name.
|
-
Uses of DateStyle in org.anchoranalysis.plugin.io.naming.interval
Methods in org.anchoranalysis.plugin.io.naming.interval that return DateStyle Modifier and Type Method Description static DateStyleDateStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static DateStyle[]DateStyle. 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 DateStyle 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.DateTimeFormatterTimeStyle. patternWithDate(DateStyle dateStyle)Derives a formatter for the particular date AND time-style.