public interface RollCycle
Modifier and Type | Method and Description |
---|---|
default int |
current(long epoch) |
String |
format() |
static RollCycle |
from(int length,
String format,
java.time.ZoneId zone) |
int |
length() |
java.time.ZoneId |
zone() |
@NotNull static RollCycle from(int length, @NotNull String format, @NotNull java.time.ZoneId zone)
String format()
int length()
java.time.ZoneId zone()
default int current(long epoch)
epoch
- and EPOCH offset, to all the user to define thier own epochCopyright © 2016. All rights reserved.