Compartir a través de


Interval Constructor (Int32, Int32)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSubNew ( _
    beginAsInteger, _
    endAsInteger _
)
'Usage
DimbeginAsIntegerDimendAsIntegerDiminstanceAs NewInterval(begin, end)
publicInterval(
    intbegin,
    intend
)
public:
Interval(
    intbegin, 
    intend
)
publicfunctionInterval(
    begin : int, 
    end : int
)

Parameters

.NET Framework Security

See Also

Reference

Interval Class

Interval Members

Interval Overload

System.Dataflow Namespace