org.jbind.xml.core.data
Interface IGMonth

All Superinterfaces:
IGDate, java.io.Serializable
All Known Implementing Classes:
GMonth

public interface IGMonth
extends IGDate


Method Summary
 CompareResult compareTo(IGMonth aDate)
           
 int getMonth()
           
 
Methods inherited from interface org.jbind.xml.core.data.IGDate
getTimeZone
 

Method Detail

getMonth

public int getMonth()

compareTo

public CompareResult compareTo(IGMonth aDate)