NSTextCheckingResult.DateCheckingResult 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- range
- NSRange
- date
- NSDate
返回
- 属性
适用于
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
参数
- range
- NSRange
- date
- NSDate
- timezone
- NSTimeZone
- duration
- Double
返回
- 属性