DATEDIFF
Description
This function returns the count (as a signed integer value) of the specified datepart boundaries crossed between the specified startdate and enddate. (DATEDIFF in Transact-SQL).
Sample Source Pattern
Syntax
DATEDIFF ( datepart , startdate , enddate ) DATEDIFF( <date_or_time_part>, <date_or_time_expr1>, <date_or_time_expr2> )Examples
Code:
Result:
Code:
Result:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
