This type conversion operator converts a TimeSpan structure to an OracleIntervalDS structure.
Declaration
// C#
public static implicit operator OracleIntervalDS(TimeSpan val);
Parameters
val
A TimeSpan instance.
Return Value
An OracleIntervalDS structure.
Remarks
The returned OracleIntervalDS structure contains the same days, hours, seconds, and milliseconds as the supplied TimeSpan val.