@@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
.
Returns the current value of the DATEFIRST
setting.
@@DATEFIRST
Returns int
.
Returns an integer in the range 1 to 7.
See SET LANGUAGE
and SET DATEFIRST
.