WithTimeZone Property (PgSqlTime)
In This Topic
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