Name | Description | |
---|---|---|
![]() | CompareTo | Compares the current OracleDate object to the specified object and returns an integer that represents their relative values. |
![]() | Equals | Overloaded. Compares two OracleDate structures to determine if they are equal. |
![]() | GetDaysBetween | Calculates the number of days between the current OracleDate instance and the specified OracleDate structure. |
![]() | GetHashCode | Gets a hash code for the OracleDate instance. |
![]() ![]() | GetSysDate | Gets an OracleDate structure that represents the current date and time. |
![]() ![]() | GreaterThan | Determines whether the first of two OracleDate values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two OracleDate values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two OracleDate values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two OracleDate values is less than or equal to the second. |
![]() ![]() | NotEquals | Determines whether two OracleDate values are not equal. |
![]() ![]() | Parse | Overloaded. Converts the specified System.String representation of a date and time to its OracleDate equivalent. |
![]() | ToOracleTimeStamp | Converts the current OracleDate structure to an Oracle TIMESTAMP. |
![]() | ToString | Overloaded. Converts the specified OracleDate structure to a System.String. |
![]() ![]() | TryParse | Overloaded. Converts the string representation of a date to OracleDate. |