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