NSTextCheckingResult.DateCheckingResult Method

Definition

Overloads

DateCheckingResult(NSRange, NSDate)
DateCheckingResult(NSRange, NSDate, NSTimeZone, Double)

DateCheckingResult(NSRange, NSDate)

[Foundation.Export("dateCheckingResultWithRange:date:")]
public static Foundation.NSTextCheckingResult DateCheckingResult (Foundation.NSRange range, Foundation.NSDate date);
static member DateCheckingResult : Foundation.NSRange * Foundation.NSDate -> Foundation.NSTextCheckingResult

Parameters

range
NSRange
date
NSDate

Returns

Attributes

Applies to

DateCheckingResult(NSRange, NSDate, NSTimeZone, Double)

[Foundation.Export("dateCheckingResultWithRange:date:timeZone:duration:")]
public static Foundation.NSTextCheckingResult DateCheckingResult (Foundation.NSRange range, Foundation.NSDate date, Foundation.NSTimeZone timezone, double duration);
static member DateCheckingResult : Foundation.NSRange * Foundation.NSDate * Foundation.NSTimeZone * double -> Foundation.NSTextCheckingResult

Parameters

range
NSRange
date
NSDate
timezone
NSTimeZone
duration
Double

Returns

Attributes

Applies to