org.jbind.xml.core.data
Interface IDateTime

All Superinterfaces:
IDateBase, IPointInTime, java.io.Serializable
All Known Implementing Classes:
DateTime

public interface IDateTime
extends IPointInTime, IDateBase


Method Summary
 CompareResult compareTo(IDateTime aDateTime)
           
 
Methods inherited from interface org.jbind.xml.core.data.IPointInTime
getFraction, getHour, getMinute, getSecond, hadTimeZone
 
Methods inherited from interface org.jbind.xml.core.data.IDateBase
getDay, getMonth, getSign, getYear
 

Method Detail

compareTo

public CompareResult compareTo(IDateTime aDateTime)