Overload | Description |
OracleTimeStamp Constructor(DateTime) | Initializes a new instance of the OracleTimeStamp structure with the specified System.DateTime. |
OracleTimeStamp Constructor(DateTime,TimeSpan) | Initializes a new instance of the OracleTimeStamp structure with the specified System.DateTime and time zone. |
OracleTimeStamp Constructor(DateTime,String) | Initializes a new instance of the OracleTimeStamp structure with the specified System.DateTime and time zone. |
OracleTimeStamp Constructor(Int32,Int32,Int32) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, and day. |
OracleTimeStamp Constructor(Int32,Int32,Int32,TimeSpan) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, and time zone. |
OracleTimeStamp Constructor(Int32,Int32,Int32,String) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, and time zone. |
OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, hour, minute, and second. |
OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, hour, minute, second, and nanosecond. |
OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,TimeSpan) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, hour, minute, second, nanosecond, and time zone. |
OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,String) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, hour, minute, second, nanosecond, and time zone. |
OracleTimeStamp Constructor(DateTime,OracleDbType) | Initializes a new instance of the OracleTimeStamp structure with the specified System.DateTime and Oracle TIMESTAMP type. |
OracleTimeStamp Constructor(Int32,Int32,Int32,OracleDbType) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, and Oracle TIMESTAMP type. |
OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,OracleDbType) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, hour, minute, second, and Oracle TIMESTAMP type. |
OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,OracleDbType) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, hour, minute, second, nanosecond, and Oracle TIMESTAMP type. |
OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,TimeSpan,OracleDbType) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, hour, minute, second, time zone, and Oracle TIMESTAMP type. |
OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,String,OracleDbType) | Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, hour, minute, second, nanosecond, time zone, and Oracle TIMESTAMP type. |