Compartir a través de


NSTextCheckingResult.DateCheckingResult Método

Definición

Sobrecargas

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

Parámetros

range
NSRange
date
NSDate

Devoluciones

Atributos

Se aplica a

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

Parámetros

range
NSRange
date
NSDate
timezone
NSTimeZone
duration
Double

Devoluciones

Atributos

Se aplica a