operator +
operator +
adds the supplied value to the supplied OracleTimeStampLTZ
and returns a new OracleTimeStampLTZ
structure.
Overload List:
-
operator + (OracleTimeStampLTZ, OracleIntervalDS)
This static operator adds the supplied
OracleIntervalDS
to the suppliedOracleTimeStampLTZ
and returns a newOracleTimeStampLTZ
structure. -
operator + (OracleTimeStampLTZ, OracleIntervalYM)
This static operator adds the supplied
OracleIntervalYM
to the suppliedOracleTimeStampLTZ
and returns a newOracleTimeStampLTZ
structure. -
operator + (OracleTimeStampLTZ, TimeSpan)
This static operator adds the supplied
TimeSpan
to the suppliedOracleTimeStampLTZ
and returns a newOracleTimeStampLTZ
structure.