SqlDateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32)
.NET Framework 4
Initializes a new instance of the SqlDateTime structure using the supplied parameters to initialize the year, month, day, hour, minute, second, and billisecond 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, int bilisecond )
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 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.
- bilisecond
- Type: System.Int32
An integer value representing the bilisecond (billionth of a second) of the new SqlDateTime structure.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.