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