SqlDateTime.Subtraction(SqlDateTime, TimeSpan) Operator

Definition

Subtracts the supplied TimeSpan structure, t, from the supplied SqlDateTime structure.

public:
 static System::Data::SqlTypes::SqlDateTime operator -(System::Data::SqlTypes::SqlDateTime x, TimeSpan t);
public static System.Data.SqlTypes.SqlDateTime operator - (System.Data.SqlTypes.SqlDateTime x, TimeSpan t);
static member ( - ) : System.Data.SqlTypes.SqlDateTime * TimeSpan -> System.Data.SqlTypes.SqlDateTime
Public Shared Operator - (x As SqlDateTime, t As TimeSpan) As SqlDateTime

Parameters

x
SqlDateTime

A SqlDateTime structure.

t
TimeSpan

A TimeSpan structure.

Returns

A SqlDateTime structure representing the results of the subtraction.

Applies to

See also