Type Method 型メソッド

dateCheckingResultWithRange:date:

Creates and returns a text checking result with the specified date. あるテキスト検査結果をこの指定された日付について作成して返します。

Declaration 宣言

+ (NSTextCheckingResult *)dateCheckingResultWithRange:(NSRange)range 
                                                 date:(NSDate *)date;

Parameters パラメータ

range

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

date

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

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 日付と時刻に対するテキスト検査結果