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