Name | Description | |
---|---|---|
![]() | OracleIntervalYM Constructor | Overloaded. Initializes a new instance of the OracleIntervalYM structure. |
The following tables list the members exposed by OracleIntervalYM.
Name | Description | |
---|---|---|
![]() | OracleIntervalYM Constructor | Overloaded. Initializes a new instance of the OracleIntervalYM structure. |
Name | Description | |
---|---|---|
![]() ![]() | MaxValue | Represents the maximum valid date value for an OracleIntervalYM structure. |
![]() ![]() | MinValue | Represents the minimum valid date value for an OracleIntervalYM structure. |
![]() ![]() | Null | Represents a null value that can be assigned to the Value property of an OracleIntervalYM structure. |
![]() ![]() | Zero | Represents a zero value for an OracleIntervalYM structure. |
Name | Description | |
---|---|---|
![]() | IsNull | Gets a value indicating whether the Value property of the OracleIntervalYM is Null. |
![]() | Months | Gets the months component of the OracleIntervalYM. |
![]() | TotalYears | Gets the total number, in years, that represents the period of time in the current OracleIntervalYM structure. |
![]() | Value | Gets the value of the OracleIntervalYM structure. |
![]() | Years | Gets the years component of the OracleIntervalYM. |
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. |
![]() | Adds two OracleIntervalYM values. |
![]() | Divides an OracleIntervalYM value by a number. |
![]() | Determines whether two OracleIntervalYM values are equal. |
![]() | Compares two OracleIntervalYM structures to determine if the first is greater than the second. |
![]() | Compares two OracleIntervalYM structures to determine if the first is greater than or equal to the second. |
![]() | Determines whether two OracleIntervalYM values are not equal. |
![]() | Compares two OracleIntervalYM structures to determine if the first is less than the second. |
![]() | Compares two OracleIntervalYM structures to determine if the first is less than or equal to the second. |
![]() | Multiplies an OracleIntervalYM value by a number. |
![]() | Subtracts one OracleIntervalYM structure from another. |
![]() | Changes sign of an OracleIntervalYM structure. |