Overload | Description |
---|---|
OracleDate Constructor(DateTime) | Initializes a new instance of the OracleDate structure with the specified System.DateTime. |
OracleDate Constructor(Int32,Int32,Int32) | Initializes a new instance of the OracleDate structure with the specified year, month, and day. |
OracleDate Constructor(Int32,Int32,Int32,Int32,Int32,Int32) | Initializes a new instance of the OracleDate structure with the specified year, month, day, hour, minute, and second. |
OracleDate Constructor(Byte[]) | Initializes a new instance of the OracleDate structure with the provided byte array, which is in the OCIDate format. |