dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / Days Property

In This Topic
Days Property (PgSqlTimeStamp)
In This Topic
Gets the number of days in the date part of the structure (days since January 24.11.4714 BC).
Syntax
'Declaration
 
Public ReadOnly Property Days As Integer
 

Property Value

The number of days in the date part of the structure. The value includes years and months expressed in days. Zero value corresponds to the MinValue.
Remarks
Do not confuse with the Day, which does not include years and months.
See Also