MonobjcMonobjc Documented Class Library
EncodeQTTimeForKey Method (__target, timeforKey, key)
NamespacesMonobjc.QTKitNSCoder_QTKitAdditionsEncodeQTTimeForKey(NSCoder, QTTime, NSString)

Encodes a QTTime structure.

Original signature is '- (void)encodeQTTime:(QTTime)timeforKey :(NSString *)key'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void EncodeQTTimeForKey(
	this NSCoder __target,
	QTTime timeforKey,
	NSString key
)
<ExtensionAttribute> _
Public Shared Sub EncodeQTTimeForKey ( _
	__target As NSCoder, _
	timeforKey As QTTime, _
	key As NSString _
)
[ExtensionAttribute]
public:
static void EncodeQTTimeForKey(
	NSCoder^ __target, 
	QTTime timeforKey, 
	NSString^ key
)
Parameters
__target (NSCoder)
The target instance.
timeforKey (QTTime)
MISSING
key (NSString)
MISSING
Usage Note
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.
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)