Type Method 型メソッド

dateCheckingResult(range:date:)

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

Declaration 宣言

class func dateCheckingResult(range: NSRange, 
                         date: Date) -> NSTextCheckingResult

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 date. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてdateを持ちます。

See Also 参照

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