SqlDateTime Constructor (Int32, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the SqlDateTime structure using the supplied parameters to initialize the year, month, day.
Assembly: System.Data (in System.Data.dll)
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
Available since 1.1
Show: