Type Method 型メソッド

dateCheckingResult(range:date:timeZone:duration:)

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

Declaration 宣言

class func dateCheckingResult(range: NSRange, 
                         date: Date, 
                     timeZone: TimeZone, 
                     duration: TimeInterval) -> NSTextCheckingResult

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

See Also 参照

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