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

Days Property (PgSqlTimeStamp)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also