dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / Parse Method / Parse(String,String,Boolean) Method

In This Topic
    Parse(String,String,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Parse( _
       ByVal value As String, _
       ByVal format As String, _
       ByVal withTimeZone As Boolean _
    ) As PgSqlTimeStamp
    public static PgSqlTimeStamp Parse( 
       string value,
       string format,
       bool withTimeZone
    )

    Parameters

    value
    format
    withTimeZone
    See Also