'Declaration Public Shared Function Subtract( _ ByVal x As SQLiteDateTime, _ ByVal t As TimeSpan _ ) As SQLiteDateTime
public static SQLiteDateTime Subtract( SQLiteDateTime x, TimeSpan t )
Parameters
- x
- A SQLiteDateTime structure to subtract from.
- t
- A System.TimeSpan value to subtract.
Return Value
The new SQLiteDateTime structure that represents the result of the subtract operation.