Parameters
- value
- The System.String to be parsed.
Return Value
a PgSqlTime structure equal to the date represented by the specified System.String.
PgSqlTime newts = PgSqlTime.Parse("12/25/2005 3:40:15 PM");
Dim newts As PgSqlTime = PgSqlTime.Parse("12/25/2005 3:40:15 PM")