public class FixedTimestamp extends FixedDate implements TimestampRange
Implementation of DateRange for fixed, non relative timestamp.
| Modifier and Type | Field and Description |
|---|---|
static String |
TIMESTAMP_PATTERN |
DATE_PATTERNexpression, timeZone| Constructor and Description |
|---|
FixedTimestamp(String expression) |
FixedTimestamp(String expression,
TimeZone timeZone,
String datePattern) |
FixedTimestamp(Timestamp date) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDefaultPattern() |
Timestamp |
getEnd() |
Timestamp |
getStart() |
validateExpressionpublic static final String TIMESTAMP_PATTERN
public FixedTimestamp(String expression)
public FixedTimestamp(Timestamp date)
protected String getDefaultPattern()
getDefaultPattern in class FixedDatepublic Timestamp getStart()
Copyright © 2017. All rights reserved.