public static interface DateUtil.CalendarFieldsToDateConverter
DateUtil; don't use its implementations for anything else.| Modifier and Type | Method and Description |
|---|---|
Date |
calculate(int era,
int year,
int month,
int day,
int hours,
int minutes,
int secs,
int millisecs,
boolean addOneDay,
TimeZone tz)
Calculates the
Date from the specified calendar fields. |