'Declaration Public ReadOnly Property Months As Integer
'Usage Dim instance As TdIntervalMonth Dim value As Integer value = instance.Months
public int Months {get;}
'Declaration Public ReadOnly Property Months As Integer
'Usage Dim instance As TdIntervalMonth Dim value As Integer value = instance.Months
public int Months {get;}
Exception | Description |
---|---|
TdException | This property is not available when this instance is TdIntervalMonth.Null. |
A TdIntervalMonth is represented as [-]months. The minus sign is optional and represents a negative interval of time. The months component represents the number of months. The value of the TdIntervalMonth.Months property is the months component.
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |