| Modifier and Type | Method and Description |
|---|---|
static TimeUnit |
DateDsl.day() |
static TimeUnit |
DateDsl.days(int n) |
static TimeUnit |
DateDsl.hour() |
static TimeUnit |
DateDsl.hours(int n) |
static TimeUnit |
DateDsl.milliSecond() |
static TimeUnit |
DateDsl.milliSecondes(int n) |
static TimeUnit |
DateDsl.minute() |
static TimeUnit |
DateDsl.minutes(int n) |
static TimeUnit |
DateDsl.month() |
static TimeUnit |
DateDsl.months(int n) |
static TimeUnit |
DateDsl.months(Months n) |
static TimeUnit |
DateDsl.second() |
static TimeUnit |
DateDsl.secondes(int n) |
static TimeUnit |
DateDsl.week() |
static TimeUnit |
DateDsl.weeks(int n) |
static TimeUnit |
DateDsl.workingDays(int n) |
static TimeUnit |
DateDsl.year() |
static TimeUnit |
DateDsl.years(int n) |
| Modifier and Type | Method and Description |
|---|---|
DateBuilder |
DateBuilder.add(TimeUnit unit)
Ajout de TimeUnit a une date.
|
static TimeRange |
DateDsl.range(Calendar date,
TimeUnit size) |
static TimeRange |
DateDsl.range(DateBuilder date,
TimeUnit size) |
static TimeRange |
DateDsl.range(Date date,
TimeUnit size) |
DateBuilder |
DateBuilder.subtract(TimeUnit unit)
Soustraction de timeUnit a une date.
|
| Constructor and Description |
|---|
TimeRange(Calendar calendar,
TimeUnit size) |
Copyright © 2014. All Rights Reserved.