OracleIntervalDS Constructor(Double)
In This Topic
Initializes a new instance of the
OracleIntervalDS structure with the specified total number of days.
Syntax
'Declaration
Public Function New( _
ByVal As Double _
)
public OracleIntervalDS(
double
)
Parameters
- totalDays
- The specified total number of days for a time interval.
See Also