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