Name | Description | |
---|---|---|
![]() | BinData | Gets an array of bytes that represents an Oracle DATE data type in Oracle internal format. |
![]() | Day | Gets the value of the OracleDate structure as a day. |
![]() | Hour | Gets the value of the OracleDate structure as an hour. |
![]() | IsNull | Gets a value indicating whether the Value property of the OracleDate is Null. |
![]() | IsValidDateTime | Indicates whether this OracleDate can be correctly converted to System.DateTime and whether Value can be accessed without an exception. |
![]() | Minute | Gets the value of the OracleDate structure as a minute. |
![]() | Month | Gets the value of the OracleDate structure as a month. |
![]() | Second | Gets the value of the OracleDate structure as a second. |
![]() | Value | Gets the value of the OracleDate structure. |
![]() | Year | Gets the value of the OracleDate structure as a year. |