DateRangeBuilder |
DateRangeBuilder.set(Class<? extends Date> valueClass) |
Configuration method which sets value class,
to indicate desired class of DateRange.getStart and DateRange.getEnd methods.
|
DateRangeBuilder |
DateRangeBuilder.set(Integer weekStartDay) |
Configuration method which set start of a week
which will be used during DateRange.getStart and DateRange.getEnd calculations.
|
DateRangeBuilder |
DateRangeBuilder.set(String datePattern) |
Configuration method which sets date pattern which will be used to parse expression
|
DateRangeBuilder |
DateRangeBuilder.set(Locale locale) |
Configuration method which set start of a week
which will be used during DateRange.getStart and DateRange.getEnd calculations
from passed locale instance
|
DateRangeBuilder |
DateRangeBuilder.set(TimeZone timeZone) |
Configuration method which sets desired time zone which will be used to calculate DateRange.getStart and DateRange.getEnd.
|