Home
last modified time | relevance | path

Searched defs:datediff (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/dateutils/dateutils-0.4.1/
H A DREADME.md192 datediff section in Examples
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core/support/
H A DAmarok.cpp49 const int datediff = datetime.daysTo( now ); in verboseTimeSince() local
105 const int datediff = datetime.daysTo( now ); in conciseTimeSince() local
/dports/finance/sql-ledger/sql-ledger/SL/
H A DForm.pm1893 sub datediff { subroutine
/dports/devel/spark/spark-2.1.1/python/pyspark/sql/
H A Dfunctions.py941 def datediff(end, start): function
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/
H A Dfunctions.scala2516 def datediff(end: Column, start: Column): Column = withExpr { DateDiff(end.expr, start.expr) } method
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A Dfunctions.R2012 setMethod("datediff", signature(y = "Column"), method
H A Dgenerics.R939 setGeneric("datediff", function(y, x) { standardGeneric("datediff") }) generic