NSRunLoop.LimitDateForMode Method

Definition

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

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

Applies to