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