Npgsql Api Docs
NpgsqlTimeZone.TryParse Method
[Visual Basic]
Public Shared Function TryParse( _
ByVal
str
As
String
, _
ByVal
tz
As
NpgsqlTimeZone
_
) As
Boolean
[C#]
public static
bool
TryParse(
string
str
,
NpgsqlTimeZone
tz
);
See Also
NpgsqlTimeZone Class
|
NpgsqlTypes Namespace