operator - (OracleTimeStampLTZ, TimeSpan)
This static operator subtracts the supplied TimeSpan value, from the supplied OracleTimeStampLTZ value, and returns a new OracleTimeStampLTZ structure.
Declaration
// C# public static operator -(OracleTimeStampLTZ value1, TimeSpan value2);
Parameters
-
value1An
OracleTimeStampLTZ. -
value2A
TimeSpan.
Return Value
An OracleTimeStampLTZ structure.
Remarks
If the OracleTimeStampLTZ instance has a null value, the returned OracleTimeStampLTZ structure has a null value.