IsWeekend Function

  • Updated

Returns true if the given date is a Saturday or Sunday.

Syntax

 

Returns true if the given date is a Saturday or Sunday.

 

IsWeekend(dateTime)

 

 

Arguments:

 

 

 

dateTime

DateTime - A date-time.

Remarks

  • Example: IsWeekEnd("2010-7-24") returns true.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.