Package | Description |
---|---|
com.devexperts.util |
Provides general utility classes.
|
Modifier and Type | Method and Description |
---|---|
static DayRange |
DayRange.getMonthRangeByDayId(int dayId,
int numberOfMonths)
Returns day range aligned to a period of specified number of months which contains specified day identifier.
|
static DayRange |
DayRange.getWeekRangeByDayId(int dayId,
int numberOfWeeks)
Returns day range aligned to a period of specified number of weeks which contains specified day identifier.
|
static DayRange |
DayRange.getYearRangeByDayId(int dayId,
int numberOfYears)
Returns day range aligned to a period of specified number of years which contains specified day identifier.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.