MonobjcMonobjc Documented Class Library
CACurrentMediaTime Method
NamespacesMonobjc.QuartzCoreQuartzCoreFrameworkCACurrentMediaTime()()()()

Returns the current absolute time, in seconds.

Original signature is 'CFTimeInterval CACurrentMediaTime (void);'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static double CACurrentMediaTime()
Public Shared Function CACurrentMediaTime As Double
public:
static double CACurrentMediaTime()
Return Value
A CFTimeInterval derived by calling mach_absolute_time() and converting the result to seconds.
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)