DayDiff Function

  • Updated

The DayDiff function returns the number of days between two Date values.

Syntax

 

The DayDiff function returns the number of days between two Date values.

 

DayDiff(start, end)

 

 

Arguments:

 

 

 

start

DateTime - The starting Date or DateTime expression.

 

 

end

DateTime - The ending Date or DateTime expression.

Remarks

  • Example: DayDiff("5/1/2000","6/1/2000") returns 31.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.