protected class RunDateServiceImpl.CutoffTime extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
hour
24 hour time, from 0-23, inclusive
|
protected int |
minute
From 0-59, inclusive
|
protected int |
second
From 0-59, inclusive
|
Modifier | Constructor and Description |
---|---|
protected |
RunDateServiceImpl.CutoffTime(int hour,
int minute,
int second)
Constructs a RunDateServiceImpl instance
|
protected int hour
protected int minute
protected int second
protected RunDateServiceImpl.CutoffTime(int hour, int minute, int second)
hour
- the cutoff hourminute
- the cutoff minutesecond
- the cutoff secondCopyright © 2004–2015 The Kuali Foundation. All rights reserved.