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