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