'Declaration Public Shared Function Parse( _ ByVal value As String _ ) As TdIntervalMonth
'Usage Dim value As String Dim value As TdIntervalMonth value = TdIntervalMonth.Parse(value)
public static TdIntervalMonth Parse( string value )
public: static TdIntervalMonth Parse( String^ value )
Parameters
- value
- A string to be converted into a TdIntervalMonth.
Return Value
A TdIntervalMonth is returned that is equivalent to the TdIntervalMonth contained in the input string.