MonobjcMonobjc Documented Class Library
ValueWithQTTimeRange Method (range)
NamespacesMonobjc.QTKitNSValue_QTKitAdditionsValueWithQTTimeRange(QTTimeRange)

Creates an NSValue object that wraps the specified QTTimeRange structure.

Original signature is '+ (NSValue *)valueWithQTTimeRange:(QTTimeRange)range'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSValue ValueWithQTTimeRange(
	QTTimeRange range
)
Public Shared Function ValueWithQTTimeRange ( _
	range As QTTimeRange _
) As NSValue
public:
static NSValue^ ValueWithQTTimeRange(
	QTTimeRange range
)
Parameters
range (QTTimeRange)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.NSValue_QTKitAdditions.ValueWithQTTimeRange(Monobjc.QTKit.QTTimeRange)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)