operator +
operator+
adds the supplied structure to the supplied OracleTimeStampTZ
and returns a new OracleTimeStampTZ
structure.
Overload List:
-
operator +(OracleTimeStampTZ, OracleIntervalDS)
This static operator adds the supplied
OracleIntervalDS
to the suppliedOracleTimeStampTZ
and returns a newOracleTimeStampTZ
structure. -
operator +(OracleTimeStampTZ, OracleIntervalYM)
This static operator adds the supplied
OracleIntervalYM
to the suppliedOracleTimeStampTZ
and returns a newOracleTimeStampTZ
structure. -
operator +(OracleTimeStampTZ, TimeSpan)
This static operator adds the supplied
TimeSpan
to the suppliedOracleTimeStampTZ
and returns a newOracleTimeStampTZ
structure.