MonobjcMonobjc Documented Class Library
LimitDateForMode Method (mode)
NamespacesMonobjc.FoundationNSRunLoopLimitDateForMode(NSString)

Performs one pass through the run loop in the specified mode and returns the date at which the next timer is scheduled to fire.

Original signature is '- (NSDate *)limitDateForMode:(NSString *)mode'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDate LimitDateForMode(
	NSString mode
)
Public Overridable Function LimitDateForMode ( _
	mode As NSString _
) As NSDate
public:
virtual NSDate^ LimitDateForMode(
	NSString^ mode
)
Parameters
mode (NSString)
The run loop mode to search. You may specify custom modes or use one of the modes listed in “Run Loop Modes.”
Return Value
The date at which the next timer is scheduled to fire, or nil if there are no input sources for this mode.
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.Foundation (Module: Monobjc.Foundation)