'Declaration Public Overloads Shared Function Parse( _ ByVal value As String, _ ByVal withTimeZone As Boolean _ ) As PgSqlTime
public static PgSqlTime Parse( string value, bool withTimeZone )
Parameters
- value
- The System.String to be parsed.
- withTimeZone
- Determines whether to use the time zone.
Return Value
a PgSqlTime structure equal to the date represented by the specified System.String.