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