'Declaration Public Shared Function Add( _ ByVal x As SQLiteDateTime, _ ByVal t As TimeSpan _ ) As SQLiteDateTime
public static SQLiteDateTime Add( SQLiteDateTime x, TimeSpan t )
Parameters
- x
- The first item to add.
- t
- The second item to add.
Return Value
The new SQLiteDateTime that represents sum of the two arguments.