Class DateCompare
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.temporal.DateCompare
@BoxBIF(description="Compare two date/time values")
@BoxMember(type=DATETIME,name="compare") @BoxMember(type=DATETIME,name="compareTo")
public class DateCompare
extends BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Compares the difference between two dates - returning 0 if equal, -1 if date2 is less than date1 and 1 if the inverseMethods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
DateCompare
public DateCompare()Constructor
-
-
Method Details
-
_invoke
Compares the difference between two dates - returning 0 if equal, -1 if date2 is less than date1 and 1 if the inverse
-