Name | Description | |
---|---|---|
Add | Overloaded. Adds two time intervals. | |
CompareTo | Compares the current OracleIntervalYM object to the specified object and returns an integer that represents their relative values. | |
Divide | Divides an OracleIntervalYM value by a number. | |
Equals | Overloaded. Compares two OracleIntervalYM structures to determine if they are equal. | |
GetHashCode | Gets a hash code for the OracleIntervalYM instance. | |
GreaterThan | Determines whether the first of two OracleIntervalYM values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two OracleIntervalYM values is greater than or equal to the second. | |
LessThan | Determines whether the first of two OracleIntervalYM values is less than the second. | |
LessThanOrEqual | Determines whether the first of two OracleIntervalYM values is less than or equal to the second. | |
Multiply | Multiplies an OracleIntervalYM value by a number. | |
NotEquals | Determines whether two OracleIntervalYM values are not equal. | |
Parse | Converts the specified System.String representation of a date to its OracleIntervalYM equivalent. | |
Subtract | Subtracts one OracleIntervalYM structure from another. | |
ToString | Converts the current OracleIntervalYM structure to a System.String. | |
TryParse | Converts the string representation of an interval in days, hours, minits, seconds, and fractional seconds to OracleIntervalDS. |