dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalYM Structure / Division Operator
The specified OracleIntervalYM.
A divisor.

Division Operator (OracleIntervalYM)
Divides an OracleIntervalYM value by a number.
Syntax
'Declaration
 
Public Operator /( _
   ByVal value1 As OracleIntervalYM, _
   ByVal divisor As Integer _
) As OracleIntervalYM
 

Parameters

value1
The specified OracleIntervalYM.
divisor
A divisor.

Return Value

An OracleIntervalYM structure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also