Type Method
型メソッド
dateCheckingResultWithRange:date:timeZone:duration:
Creates and returns a text checking result with the specified date, time zone, and 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
日付と時刻に対するテキスト検査結果
date
The date component of a type checking result.
あるテキスト検査結果の日付構成要素。
duration
The duration component of a type checking result.
あるテキスト検査結果の期間構成要素。
timeZone
The time zone component of a type checking result.
あるテキスト検査結果のタイムゾーン構成要素。