Click or drag to resize
Interval Constructor (Int64, Int64)
Constructor.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public Interval(
	long start,
	long end
)

Parameters

start
Type: SystemInt64
The start.
end
Type: SystemInt64
The end.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when one or more arguments are outside the required range.
See Also