Liquid XML Data Binder
and
Liquid XML Objects
Documentation
Liquid XML Data Binder (C++, Java, VB6) / Reference / Java /
Reference
/ com.liquid_technologies.ltxmllib20 /
DateTime
/ Java before - DateTime
Collapse All
Expand All
In This Topic
Java before - DateTime
In This Topic
public boolean before(DateTime date) throws LtInvalidStateException
Property
Description
Argument - date
The DateTime to compare this one with
Return
true if the result from CompareTo is CompareResult.lessThan.
Description
Compares this DateTime with another DateTime.
Remarks
Also See
compareTo