Type Method 型メソッド

dateCheckingResultWithRange:date:timeZone:duration:

Creates and returns a text checking result with the specified date, time zone, and duration. あるテキスト検査結果をこの指定された日付、時刻、タイムゾーン、そして期間について作成して返します。

Declaration 宣言

+ (NSTextCheckingResult *)dateCheckingResultWithRange:(NSRange)range 
                                                 date:(NSDate *)date 
                                             timeZone:(NSTimeZone *)timeZone 
                                             duration:(NSTimeInterval)duration;

Parameters パラメータ

range

The range of the detected result. 検出された結果の範囲。

date

The detected date. 検出された日付。

timeZone

The detected time zone. 検出されたタイムゾーン。

duration

The detected duration. 検出された期間。

Return Value 戻り値

Returns an NSTextCheckingResult with the specified range and a resultType of NSTextCheckingTypeDate. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてNSTextCheckingTypeDateを持ちます。

See Also 参照

Text Checking Results for Dates and Times 日付と時刻に対するテキスト検査結果