@@DATEFIRST (TSQL Function)

Returns the current value of the DATEFIRST setting.

Syntax

@@DATEFIRST

Return Types

Returns int.

Remarks

Returns an integer in the range 1 to 7.

See SET LANGUAGE and SET DATEFIRST.

RSQL, a simple alternative to Microsoft SQL Server