dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / AddYears Method
The specified number of years.

In This Topic
AddYears Method
In This Topic
Adds the specified number of years to the current SQLiteDateTime instance.
Syntax
'Declaration
 
Public Function AddYears( _
   ByVal years As Integer _
) As SQLiteDateTime
 

Parameters

years
The specified number of years.

Return Value

A new SQLiteDateTime structure.
See Also