Method before(Object when)
Return type: boolean
Member of:
java.util.Calendar
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
assertTrue("Time check failed. Result time = " + then + ", current time = " + now, then.before(now));
2
cal.before(mIntervalStart) || !cal.before(mNextIntervalStart)) {
3
while (calStart.before(calEnd))
4
while (cal.before(now)) {
5
cal.before(new GregorianCalendar(timeZone))) {
6
while (cal.before(calEnd))
7
while (nextRollDate.before(now)) {
8
if( nextRefreshTime.before( new GregorianCalendar( ) ) ) {
9
if (cal.before(c_a)) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.