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