DATETIMEFROMPARTS (Transact-SQL)
SQL Server 2012
Returns a datetime value for the specified date and time.
DATETIMEFROMPARTS returns a fully initialized datetime value. If the arguments are not valid, then an error is raised. If required arguments are null, then a 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.
