Package | Description |
---|---|
com.grey.base.utils | |
com.grey.logging |
Modifier and Type | Method and Description |
---|---|
ScheduledTime.FREQ |
ScheduledTime.frequency() |
static ScheduledTime.FREQ |
ScheduledTime.FREQ.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledTime.FREQ[] |
ScheduledTime.FREQ.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
ScheduledTime.compare(ScheduledTime.FREQ freq) |
static String |
ScheduledTime.embedTimestamp(ScheduledTime.FREQ freq,
Calendar dtcal,
String template,
SimpleDateFormat dtformatter) |
static long |
ScheduledTime.getBaseTime(ScheduledTime.FREQ freq,
Calendar dtcal) |
static long |
ScheduledTime.getBaseTime(ScheduledTime.FREQ freq,
long systime,
String tz) |
static String |
ScheduledTime.getFormat(ScheduledTime.FREQ freq) |
static long |
ScheduledTime.getNextTime(ScheduledTime.FREQ freq,
Calendar dtcal) |
static long |
ScheduledTime.getNextTime(ScheduledTime.FREQ freq,
long systime,
String tz) |
Constructor and Description |
---|
ScheduledTime(ScheduledTime.FREQ frq) |
ScheduledTime(ScheduledTime.FREQ frq,
Calendar cal,
SimpleDateFormat fmt) |
Modifier and Type | Field and Description |
---|---|
ScheduledTime.FREQ |
Parameters.rotfreq |
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.