igeo
Class ISun.DateIterator

java.lang.Object
  extended by igeo.ISun.DateIterator
Enclosing class:
ISun

public static class ISun.DateIterator
extends java.lang.Object


Field Summary
 int day
           
 int month
           
 int year
           
 
Constructor Summary
ISun.DateIterator(int y, int m, int d)
           
 
Method Summary
 void next()
           
 boolean past(int y, int m, int d)
           
 boolean past(ISun.DateRange d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

year

public int year

month

public int month

day

public int day
Constructor Detail

ISun.DateIterator

public ISun.DateIterator(int y,
                         int m,
                         int d)
Method Detail

next

public void next()

past

public boolean past(int y,
                    int m,
                    int d)

past

public boolean past(ISun.DateRange d)