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
傳回
- 屬性