SqlDateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Double)
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.
Namespace: System.Data.SqlTypes
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.