operator +(OracleTimeStampTZ, TimeSpan)
This static operator adds the supplied TimeSpan
to the supplied OracleTimeStampTZ
and returns a new OracleTimeStampTZ
structure.
Declaration
// C# public static operator +(OracleTimeStampTZ value1, TimeSpan value2);
Parameters
-
value1
An
OracleTimeStampTZ
. -
value2
A
TimeSpan.
Return Value
An OracleTimeStampTZ
.
Remarks
If the OracleTimeStampTZ
instance has a null value, the returned OracleTimeStampTZ
has a null value.