org.jbind.xml.core.data
Interface IDate

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

public interface IDate
extends IGDate, IDateBase


Method Summary
 CompareResult compareTo(IDate aDate)
           
 
Methods inherited from interface org.jbind.xml.core.data.IGDate
getTimeZone
 
Methods inherited from interface org.jbind.xml.core.data.IDateBase
getDay, getMonth, getSign, getYear
 

Method Detail

compareTo

public CompareResult compareTo(IDate aDate)