dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / ParsePostgreSqlFormat Method

In This Topic
    ParsePostgreSqlFormat Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ParsePostgreSqlFormat( _
       ByVal value As String _
    ) As PgSqlTimeStamp
    public static PgSqlTimeStamp ParsePostgreSqlFormat( 
       string value
    )

    Parameters

    value
    See Also