AllowDateTimeOffset Property
Determines whether to use the
System.DateTimeOffset type instead of
System.DateTime when
PgSqlDataReader returns a timestamptz value.
public bool AllowDateTimeOffset {get; set;}
'Declaration
Public Property AllowDateTimeOffset As Boolean
Property Value
true, if the
System.DateTimeOffset type should be used; otherwise
false. Default value if
false.