public final class CmsSerialDateUtil extends java.lang.Object
Constructor and Description |
---|
CmsSerialDateUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
getMaxEvents()
Returns the maximally allowed number of events in a series.
|
static int |
toIntWithDefault(java.lang.String value,
int defaultValue)
Parses int value and returns the provided default if the value can't be parsed.
|
public CmsSerialDateUtil()
public static int getMaxEvents()
public static int toIntWithDefault(java.lang.String value, int defaultValue)
value
- the int to parse.defaultValue
- the default value.