operator +
operator+
adds the supplied object to the OracleTimeStamp
and returns a new OracleTimeStamp
structure.
Overload List:
-
operator + (OracleTimeStamp, OracleIntervalDS)
This static operator adds the supplied
OracleIntervalDS
to theOracleTimeStamp
and returns a newOracleTimeStamp
structure. -
operator + (OracleTimeStamp, OracleIntervalYM)
This static operator adds the supplied
OracleIntervalYM
to the suppliedOracleTimeStamp
and returns a newOracleTimeStamp
structure. -
operator + (OracleTimeStamp, TimeSpan)
This static operator adds the supplied
TimeSpan
to the suppliedOracleTimeStamp
and returns a newOracleTimeStamp
structure.