public class Week extends FixedDurationPeriod
| Constructor and Description |
|---|
Week() |
| Modifier and Type | Method and Description |
|---|---|
Interval |
getInterval(java.util.Date date,
java.util.Locale locale) |
protected java.util.Calendar |
getStartOfWeek(java.util.Date date,
java.util.Locale locale)
Compute start of the week (Calendar.MONDAY in this implementation)
|
getNextIntervalpublic Interval getInterval(java.util.Date date, java.util.Locale locale)
getInterval in class FixedDurationPeriodprotected java.util.Calendar getStartOfWeek(java.util.Date date,
java.util.Locale locale)
date - the date inside the weeklocale - the current LocaleCalendar of the first day of the weekCopyright © 2001-2017 Jalios SA. All Rights Reserved.