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