'Declaration Public ReadOnly Property Value As String
'Usage Dim instance As TdIntervalMonth Dim value As String value = instance.Value
public string Value {get;}
Property Value
The interval represented as aString
is returned.'Declaration Public ReadOnly Property Value As String
'Usage Dim instance As TdIntervalMonth Dim value As String value = instance.Value
public string Value {get;}
String
is returned.Exception | Description |
---|---|
TdException | This property is not available when this instance is TdIntervalMonth.Null. |
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |