MonobjcMonobjc Documented Class Library
SystemUptime Property
NamespacesMonobjc.FoundationNSProcessInfoSystemUptime

Returns how long it has been since the computer has been restarted.

Original signature is '- (NSTimeInterval)systemUptime'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual double SystemUptime { get; }
Public Overridable ReadOnly Property SystemUptime As Double
	Get
public:
virtual property double SystemUptime {
	double get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)