operator -
operator-
subtracts the supplied value, from the supplied OracleTimeStamp
value, and returns a new OracleTimeStamp
structure.
Overload List:
-
operator - (OracleTimeStamp, OracleIntervalDS)
This static operator subtracts the supplied
OracleIntervalDS
value, from the suppliedOracleTimeStamp
value, and return a newOracleTimeStamp
structure. -
operator - (OracleTimeStamp, OracleIntervalYM)
This static operator subtracts the supplied
OracleIntervalYM
value, from the suppliedOracleTimeStamp
value, and returns a newOracleTimeStamp
structure. -
operator - (OracleTimeStamp, TimeSpan)
This static operator subtracts the supplied
TimeSpan
value, from the suppliedOracleTimeStamp
value, and returns a newOracleTimeStamp
structure.