DayOfWeek Function

  • Updated

Returns the day of the week with 0 = Sunday and 6 = Saturday.

Syntax 1

 

Returns the day of the week with 0 = Sunday and 6 = Saturday.

 

DayOfWeek()

Syntax 2

 

Returns the day of the week with 0 = Sunday and 6 = Saturday.

 

DayOfWeek(dateValue)

 

 

Arguments:

 

 

 

dateValue

Date - A date.

Remarks

  • Example: DayOfWeek("2010-07-23") returns 5.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.