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