OracleDateTime.OracleDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Calendar) Constructor
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
public OracleDateTime ( int year, int month, int day, int hour, int minute, int second, int millisecond, Calendar calendar )
public OracleDateTime ( int year, int month, int day, int hour, int minute, int second, int millisecond, Calendar calendar )
public function OracleDateTime ( year : int, month : int, day : int, hour : int, minute : int, second : int, millisecond : int, calendar : Calendar )
Not applicable.
Parameters
- year
An integer value representing the year of the new OracleDateTime structure.
- month
An integer value representing the month of the new OracleDateTime structure.
- day
An integer value representing the day of the month of the new OracleDateTime structure.
- hour
An integer value representing the hour of the new OracleDateTime structure.
- minute
An integer value representing the minute of the new OracleDateTime structure.
- second
An integer value representing the second of the new OracleDateTime structure.
- millisecond
An integer value representing the millisecond of the new OracleDateTime structure.
- calendar
The Calendar for this instance of OracleDateTime.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.