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

In This Topic
WithTimeZone Property (PgSqlTimeStamp)
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 timestamp is stored with time zone; otherwise false.
See Also