dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / AllowDateTimeOffset Property

In This Topic
    AllowDateTimeOffset Property
    In This Topic
    Determines whether to use the System.DateTimeOffset type instead of System.DateTime when PgSqlDataReader returns a timestamptz value.
    Syntax
    'Declaration
     
    Public Property AllowDateTimeOffset As Boolean
    public bool AllowDateTimeOffset {get; set;}

    Property Value

    true, if the System.DateTimeOffset type should be used; otherwise false. Default value if false.
    See Also