IsWeekday Function

  • Updated

The IsWeekday function returns true if a given DateTime is not a Saturday or Sunday.

Syntax

 

The IsWeekday function returns true if a given DateTime is not a Saturday or Sunday.

 

IsWeekday(dateTime)

 

 

Arguments:

 

 

 

dateTime

DateTime - The date and time to be tested.

Remarks

  • Example: IsWeekDay("2014-09-17") returns true.
  • Example: IsWeekDay("2014-09-20") returns true.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.