SqlDateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Double)
.NET Framework (current version)
Initializes a new instance of the SqlDateTime structure using the supplied parameters to initialize the year, month, day, hour, minute, second, and millisecond of the new structure.
Assembly: System.Data (in System.Data.dll)
public: SqlDateTime( int year, int month, int day, int hour, int minute, int second, double millisecond )
Parameters
- year
-
Type:
System::Int32
An integer value representing the year 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 of the month of the new SqlDateTime structure.
- hour
-
Type:
System::Int32
An integer value representing the hour of the new SqlDateTime structure.
- minute
-
Type:
System::Int32
An integer value representing the minute of the new SqlDateTime structure.
- second
-
Type:
System::Int32
An integer value representing the second of the new SqlDateTime structure.
- millisecond
-
Type:
System::Double
An double value representing the millisecond of the new SqlDateTime structure.
.NET Framework
Available since 1.1
Available since 1.1
Show: