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
OracleIntervalDS
value, from the suppliedOracleTimeStampLTZ
value, and return a newOracleTimeStampLTZ
structure. -
operator - (OracleTimeStampLTZ, OracleIntervalYM)
This static operator subtracts the supplied
OracleIntervalYM
value, from the suppliedOracleTimeStampLTZ
value, and returns a newOracleTimeStampLTZ
structure. -
operator - (OracleTimeStampLTZ, TimeSpan)
This static operator subtracts the supplied
TimeSpan
value, from the suppliedOracleTimeStampLTZ
value, and returns a newOracleTimeStampLTZ
structure.