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_PATTERN
expression, 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() |
validateExpression
public static final String TIMESTAMP_PATTERN
public FixedTimestamp(String expression)
public FixedTimestamp(Timestamp date)
protected String getDefaultPattern()
getDefaultPattern
in class FixedDate
public Timestamp getStart()
Copyright © 2017. All rights reserved.