public interface TimeOfDay
Modifier and Type | Method and Description |
---|---|
Integer |
getHour()
Hour of day offset from midnight in military time (14 is 2pm)
|
Long |
getMilliSeconds()
Deprecated.
use getHour(),getMinute(),getSecond() instead.
|
Integer |
getMinute()
Minute offset from hour of day
|
Integer |
getSecond()
Second offset from Minute of Hour
|
boolean |
isAfter(TimeOfDay timeOfDay)
Tests if this TimeOfDay is after the specified TimeOfDay.
|
boolean |
isBefore(TimeOfDay timeOfDay)
Tests if this TimeOfDay is before the specified TimeOfDay.
|
boolean isAfter(TimeOfDay timeOfDay)
timeOfDay
- the specified TimeOfDayboolean isBefore(TimeOfDay timeOfDay)
timeOfDay
- the specified TimeOfDay@Deprecated Long getMilliSeconds()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.