Class DateDiff
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.temporal.DateDiff
@BoxBIF
@BoxMember(type=DATETIME,
name="diff",
objectArgument="date1")
public class DateDiff
extends BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, moduleService, runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Returns the numeric difference in the requested date part between two datesstatic LonggetWeekDaysBetween(ZonedDateTime date1, ZonedDateTime date2) Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
DateDiff
public DateDiff()Constructor
-
-
Method Details