SqlDateTime::Addition Operator (SqlDateTime, TimeSpan)
.NET Framework (current version)
Adds the period of time indicated by the supplied TimeSpan parameter, t, to the supplied SqlDateTime structure.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlDateTime
A SqlDateTime structure.
- t
-
Type:
System::TimeSpan
A TimeSpan structure.
Return Value
Type: System.Data.SqlTypes::SqlDateTimeA new SqlDateTime. If either argument is Null, the new Value is Null.
.NET Framework
Available since 1.1
Available since 1.1
Show: