Syntax: @WEEKDAY(D)
D = serial date value
@WEEKDAY returns an integer representing the day of the week on which the day D falls. 1 is Sunday, 7 is Saturday.
Examples:
@WEEKDAY(@DATEVALUE(``2/25/94'')) = 6
@WEEKDAY(34466) = 5