public static class IntervalControlHelper.IntervalRule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
days |
protected long |
delay |
protected int |
fromHours |
protected int |
fromMinutes |
protected boolean |
reverse |
protected int |
toHours |
protected int |
toMinutes |
| Constructor and Description |
|---|
IntervalRule(String from,
String to,
String days,
long delay) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareTime(int h1,
int m1,
int h2,
int m2) |
long |
getDelay() |
boolean |
isTarget(int hours,
int minutes,
int day) |
Copyright © 2009–2017 CodeLibs. All rights reserved.