MonobjcMonobjc Documented Class Library
QTTimeRangeValue Method (__target)
NamespacesMonobjc.QTKitNSValue_QTKitAdditionsQTTimeRangeValue(NSValue)

Returns a QTTimeRange structure that contains the range in an NSValue object.

Original signature is '- (QTTimeRange)QTTimeRangeValue'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static QTTimeRange QTTimeRangeValue(
	this NSValue __target
)
<ExtensionAttribute> _
Public Shared Function QTTimeRangeValue ( _
	__target As NSValue _
) As QTTimeRange
[ExtensionAttribute]
public:
static QTTimeRange QTTimeRangeValue(
	NSValue^ __target
)
Parameters
__target (NSValue)
The target instance.
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.NSValue_QTKitAdditions.QTTimeRangeValue(Monobjc.Foundation.NSValue)"]

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSValue. When you use instance method syntax to call this method, omit the first parameter.
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)