SqlDateTime Implicit Conversion (DateTime to SqlDateTime)

 

Converts a DateTime structure to a SqlDateTime structure.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static operator SqlDateTime (
	DateTime value
)

Parameters

value
Type: System::DateTime

A DateTime structure.

Return Value

Type: System.Data.SqlTypes::SqlDateTime

A SqlDateTime structure whose Value is equal to the combined Date and TimeOfDay properties of the supplied DateTime structure.

.NET Framework
Available since 1.1
Return to top
Show: