IfxMonthSpan public properties
| Property | Type | Access notes | Description |
|---|---|---|---|
| EndTimeUnit | IfxTimeUnit | read-only | An IfxTimeUnit enumeration element indicating the end time unit of this instance. |
| IsNull | System.Boolean | read-only | Returns true if the instance is null; otherwise false. |
| MaxValue | IfxMonthSpan | read-only static | An IfxMonthSpan set to the largest value that it can hold. |
| MinValue | IfxMonthSpan | read-only static | An IfxMonthSpan set to the smallest value that it can hold. |
| Months | System.Int32 | read-only | Returns the remainder of dividing the total number
of months in the IfxTimeSpan by 12. If the IfxMonthSpan is negative then this value will be negative. |
| Null | IfxMonthSpan | read-only static | An IfxMonthSpan set to null. |
| StartTimeUnit | IfxTimeUnit | read-only | The largest unit included in the IfxMonthSpan. |
| TotalMonths | System.Int64 | read-only | The total number of months in the IfxMonthSpan. If the IfxMonthSpan is negative then this value will be negative. |
| Years | System.Int32 | read-only | The number of full years in the IfxMonthSpan. If the IfxMonthSpan is negative then this value will be negative. |
| Zero | IfxMonthSpan | read-only static | An IfxMonthSpan set to 0. |