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.
Comments
0 comments
Article is closed for comments.