public class Time extends Object
Time expressions provide the ability to specify complex time combinations such as "2d", "1w2d3h10s" or "2d4h10s".
Constructor and Description |
---|
Time() |
Modifier and Type | Method and Description |
---|---|
static long |
cronInterval(String cron)
Compute the number of milliseconds between the next valid date and the
one after
|
static long |
cronInterval(String cron,
Date date)
Compute the number of milliseconds between the next valid date and the
one after
|
static Date |
parseCRONExpression(String cron)
Parse a CRON expression
|
static int |
parseDuration(String duration)
Parse a duration
|
public static int parseDuration(String duration)
duration
- 3h, 2mn, 7s or combination 2d4h10s, 1w2d3h10spublic static Date parseCRONExpression(String cron)
cron
- The CRON Stringpublic static long cronInterval(String cron)
cron
- The CRON Stringpublic static long cronInterval(String cron, Date date)
cron
- The CRON Stringdate
- The date to start searchGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly