SqlDateTime Constructor (Int32, Int32, Int32)

 

Initializes a new instance of the SqlDateTime structure using the supplied parameters to initialize the year, month, day.

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

public:
SqlDateTime(
	int year,
	int month,
	int day
)

Parameters

year
Type: System::Int32

An integer representing the year of the of the new SqlDateTime structure.

month
Type: System::Int32

An integer value representing the month of the new SqlDateTime structure.

day
Type: System::Int32

An integer value representing the day number of the new SqlDateTime structure.

.NET Framework
Available since 1.1
Return to top
Show: