SMALLDATETIMEFROMPARTS (Transact-SQL)
Returns a smalldatetime value for the specified date and time.
This functions acts like a constructor for a fully initialized smalldatetime value. If the arguments are not valid, then an error is thrown. If required arguments are null, then null is returned.
This function is capable of being remoted to SQL Server 2012 servers and above. It will not be remoted to servers that have a version below SQL Server 2012.