WithTimeZone Property (PgSqlTime)
On this page
Determines whether this is a timestamp with time zone.
Syntax
|
|---|
'Declaration
Public ReadOnly Property WithTimeZone As Boolean |
|
|---|
public bool WithTimeZone {get;} |
Property Value
true, if this time value is stored with time zone; otherwise
false.
See Also