Decodes a QTTimeRange structure.
Original signature is '- (QTTimeRange)decodeQTTimeRangeForKey:(NSString *)key'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public static QTTimeRange DecodeQTTimeRangeForKey( this NSCoder __target, NSString key )
<ExtensionAttribute> _ Public Shared Function DecodeQTTimeRangeForKey ( _ __target As NSCoder, _ key As NSString _ ) As QTTimeRange
[ExtensionAttribute] public: static QTTimeRange DecodeQTTimeRangeForKey( NSCoder^ __target, NSString^ key )

[Missing <returns> documentation for "M:Monobjc.QTKit.NSCoder_QTKitAdditions.DecodeQTTimeRangeForKey(Monobjc.Foundation.NSCoder,Monobjc.Foundation.NSString)"]

In Visual Basic and C#, you can call this method as an instance method on any object of type NSCoder. 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)