PgSqlTimeStamp Constructor(DateTime,Boolean)
Initializes a new instance of the
PgSqlTimeStamp structure with the specified
System.DateTime.
'Declaration
Public Function New( _
ByVal As Date, _
ByVal As Boolean _
)
Parameters
- value
- The specified System.DateTime.
- withTimeZone
- Determines whether to use the time zone. This affects the behavior of the ToString methods.