MonobjcMonobjc Documented Class Library
BeginTime Property
NamespacesMonobjc.QuartzCoreCALayerBeginTime

Specifies the begin time of the receiver in relation to its parent object, if applicable.

Original signature is '@property CFTimeInterval beginTime'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual double BeginTime { get; set; }
Public Overridable Property BeginTime As Double
	Get
	Set
public:
virtual property double BeginTime {
	double get ();
	void set (double value);
}
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.AppKit (Module: Monobjc.AppKit)