'Declaration Public Function AddYears( _ ByVal years As Integer _ ) As SQLiteDateTime
public SQLiteDateTime AddYears( int years )
Parameters
- years
- The specified number of years.
Return Value
A new SQLiteDateTime structure.
'Declaration Public Function AddYears( _ ByVal years As Integer _ ) As SQLiteDateTime
public SQLiteDateTime AddYears( int years )