Freigeben über


NSTextCheckingResult.DateCheckingResult Methode

Definition

Überlädt

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

Parameter

range
NSRange
date
NSDate

Gibt zurück

Attribute

Gilt für:

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

Parameter

range
NSRange
date
NSDate
timezone
NSTimeZone
duration
Double

Gibt zurück

Attribute

Gilt für: