WeekdayDiff Function

  • Updated

The WeekdayDiff function returns the number of weekdays between two Date values.

Syntax

 

The WeekdayDiff function returns the number of weekdays between two Date values.

 

WeekdayDiff(start, end)

 

 

Arguments:

 

 

 

start

DateTime - The starting Date or DateTime expression.

 

 

end

DateTime - The ending Date or DateTime expression.

Remarks

  • Example: WeekdayDiff("7/22/2010", "7/25/2010") returns 1.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.