|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectplay.libs.Time
public class Time
Time utils
嵌套类摘要 | |
---|---|
static class |
Time.CronExpression
Thanks to Quartz project, https://quartz.dev.java.net Provides a parser and evaluator for unix-like cron expressions. |
构造方法摘要 | |
---|---|
Time()
|
方法摘要 | |
---|---|
static long |
cronInterval(java.lang.String cron)
Compute the number of milliseconds between the next valid date and the one after |
static long |
cronInterval(java.lang.String cron,
java.util.Date date)
Compute the number of milliseconds between the next valid date and the one after |
static java.util.Date |
parseCRONExpression(java.lang.String cron)
Parse a CRON expression |
static int |
parseDuration(java.lang.String duration)
Parse a duration |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public Time()
方法详细信息 |
---|
public static int parseDuration(java.lang.String duration)
duration
- 3h, 2mn, 7s
public static java.util.Date parseCRONExpression(java.lang.String cron)
cron
- The CRON String
public static long cronInterval(java.lang.String cron)
cron
- The CRON String
public static long cronInterval(java.lang.String cron, java.util.Date date)
cron
- The CRON Stringdate
- The date to start search
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |