operator -
operator- subtracts the supplied value, from the supplied OracleTimeStampLTZ value, and returns a new OracleTimeStampLTZ structure.
Overload List:
-
operator - (OracleTimeStampLTZ, OracleIntervalDS)
This static operator subtracts the supplied
OracleIntervalDSvalue, from the suppliedOracleTimeStampLTZvalue, and return a newOracleTimeStampLTZstructure. -
operator - (OracleTimeStampLTZ, OracleIntervalYM)
This static operator subtracts the supplied
OracleIntervalYMvalue, from the suppliedOracleTimeStampLTZvalue, and returns a newOracleTimeStampLTZstructure. -
operator - (OracleTimeStampLTZ, TimeSpan)
This static operator subtracts the supplied
TimeSpanvalue, from the suppliedOracleTimeStampLTZvalue, and returns a newOracleTimeStampLTZstructure.