Package | Description |
---|---|
net.sf.jasperreports.types.date |
Provides the built-in
DateRange type implementation. |
Modifier and Type | Method and Description |
---|---|
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(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(String datePattern)
Configuration method which sets date pattern which will be used to parse expression
|
DateRangeBuilder |
DateRangeBuilder.set(TimeZone timeZone)
Configuration method which sets desired time zone which will be used to calculate DateRange.getStart and DateRange.getEnd.
|
Copyright © 2016. All rights reserved.