Return type of @@DBTS function is varbinary.
Examples of @@DBTS Function :
Example 1 : Use of @@DBTS function in select clause
SELECT @@DBTS
Output
0x00000000000007D0
Above example returns current timestamp for current database of sql server. A new timestamp value is generated when a row with a timestamp column is inserted or updated.