Returns a SMPTETime structure contained in an NSValue.
Original signature is '- (SMPTETime)SMPTETimeValue'
Available in 5 and later.

C# | Visual Basic | Visual C++ |
<ExtensionAttribute> _ Public Shared Function SMPTETimeValue ( _ __target As NSValue _ ) As SMPTETime
[ExtensionAttribute] public: static SMPTETime SMPTETimeValue( NSValue^ __target )

- __target (NSValue)
- The target instance.

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

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.

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