public final class Range extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static char |
CUSTOM_PERIOD_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static Range |
createCustomRange(Date startDate,
Date endDate) |
Date |
getEndDate() |
String |
getLabel() |
Period |
getPeriod() |
Date |
getStartDate() |
String |
getValue() |
static Range |
parse(String value,
DateFormat dateFormat) |
String |
toString() |
public static final char CUSTOM_PERIOD_SEPARATOR
Copyright © 2008–2020 Emeric Vernat. All rights reserved.