public class RollDateCache extends Object
| Constructor and Description |
|---|
RollDateCache(int length,
String format,
java.time.ZoneId zoneId) |
RollDateCache(RollCycle cycle) |
| Modifier and Type | Method and Description |
|---|---|
String |
formatFor(long cycle)
Formats a rollCycle number into a date/time String based on a fixed date/time format.
|
long |
parseCount(String name) |
public RollDateCache(RollCycle cycle)
public RollDateCache(int length,
String format,
java.time.ZoneId zoneId)
public String formatFor(long cycle)
cycle - the rollCycle number to formatpublic long parseCount(String name) throws ParseException
ParseExceptionCopyright © 2015. All rights reserved.