'Declaration Public Overloads Shared Function Parse( _ ByVal value As String _ ) As PgSqlTimeStamp
public static PgSqlTimeStamp Parse( string value )
Parameters
- value
- The System.String to be parsed.
Return Value
a PgSqlTimeStamp structure equal to the date represented by the specified System.String.