public class TimespanPattern extends Object
| Modifier and Type | Field and Description |
|---|---|
static TimespanPattern |
DEFAULT |
static TimespanPattern |
WORK |
| Constructor and Description |
|---|
TimespanPattern(int hoursPerDay,
int daysPerWeek,
int daysPerMonth,
int monthsPerYear) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDaysPerMonth() |
int |
getDaysPerWeek() |
int |
getHoursPerDay() |
int |
getMonthsPerYear() |
public static final TimespanPattern DEFAULT
public static final TimespanPattern WORK
Copyright © 2022 vpc open source initiative. All rights reserved.