'Declaration Public Overloads Shared Function Parse( _ ByVal value As String _ ) As TdTimestamp
'Usage Dim value As String Dim value As TdTimestamp value = TdTimestamp.Parse(value)
public static TdTimestamp Parse( string value )
public: static TdTimestamp Parse( String^ value )
Parameters
- value
- The string that is to be converted into a TdTimestamp.