DB_Column.day_of_week
day_of_week
Group: DateTime
Aliases: weekday
Documentation
Gets the weekday as a number (1 - 7) from the date stored in the column. Monday is 1, Tuesday is 2, ..., Sunday is 7. Applies only to columns that hold the Date
or Date_Time
types. Returns a column of Integer
type.