'Declaration Public Shared Function Parse( _ ByVal value As String _ ) As TdIntervalMinuteToSecond
'Usage Dim value As String Dim value As TdIntervalMinuteToSecond value = TdIntervalMinuteToSecond.Parse(value)
public static TdIntervalMinuteToSecond Parse( string value )
public: static TdIntervalMinuteToSecond Parse( String^ value )
Parameters
- value
- A string to be converted into a TdIntervalMinuteToSecond.