NSTextCheckingResult.DateCheckingResult 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
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