dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / PgSqlTimeStamp Constructor / PgSqlTimeStamp Constructor(DateTime,Boolean)
The specified System.DateTime.
Determines whether to use the time zone. This affects the behavior of the ToString methods.

In This Topic
    PgSqlTimeStamp Constructor(DateTime,Boolean)
    In This Topic
    Initializes a new instance of the PgSqlTimeStamp structure with the specified System.DateTime.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Date, _
       ByVal withTimeZone As Boolean _
    )
    public PgSqlTimeStamp( 
       DateTime value,
       bool withTimeZone
    )

    Parameters

    value
    The specified System.DateTime.
    withTimeZone
    Determines whether to use the time zone. This affects the behavior of the ToString methods.
    See Also