NSRunLoop.LimitDateForMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LimitDateForMode(NSRunLoopMode) | |
LimitDateForMode(NSString) |
Does one pass through the run loop in the specified mode and then returns the data at which the timer is scheduled to activate. |
LimitDateForMode(NSRunLoopMode)
public Foundation.NSDate LimitDateForMode (Foundation.NSRunLoopMode mode);
member this.LimitDateForMode : Foundation.NSRunLoopMode -> Foundation.NSDate
Parameters
- mode
- NSRunLoopMode
Returns
Applies to
LimitDateForMode(NSString)
Does one pass through the run loop in the specified mode and then returns the data at which the timer is scheduled to activate.
[Foundation.Export("limitDateForMode:")]
public virtual Foundation.NSDate LimitDateForMode (Foundation.NSString mode);
abstract member LimitDateForMode : Foundation.NSString -> Foundation.NSDate
override this.LimitDateForMode : Foundation.NSString -> Foundation.NSDate
Parameters
- mode
- NSString
Returns
- Attributes