dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / WithTimeZone Property

In This Topic
WithTimeZone Property (PgSqlTime)
In This Topic
Determines whether this is a timestamp with time zone.
Syntax
'Declaration
 
Public ReadOnly Property WithTimeZone As Boolean
 

Property Value

true, if this time value is stored with time zone; otherwise false.
See Also