dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / Explicit Type Conversion Operator
A PgSqlTimeStamp structure to convert.

In This Topic
Explicit Type Conversion Operator (PgSqlTimeStamp)
In This Topic
Converts a PgSqlTimeStamp structure to the System.DateTime object.
Syntax
'Declaration
 
Public Operator Narrowing CType( _
   ByVal x As PgSqlTimeStamp _
) As Date
 

Parameters

x
A PgSqlTimeStamp structure to convert.

Return Value

A System.DateTime object.
See Also