TimeZone Property (PgSqlTime)
In This Topic
Gets or sets the time zone of the
PgSqlTime object.
Syntax
'Declaration
Public Property TimeZone As TimeSpan
public TimeSpan TimeZone {get; set;}
Property Value
The time zone of the
PgSqlTime object.
See Also