class func dateCheckingResult (range: NSRange, date: Date) -> NSTextCheckingResult
Creates and returns a text checking result with the specified date.
あるテキスト検査結果をこの指定された日付について作成して返します。
class func dateCheckingResult (range: NSRange, date: Date, timeZone : TimeZone, duration: TimeInterval) -> NSTextCheckingResult
Creates and returns a text checking result with the specified date, time zone, and duration.
あるテキスト検査結果をこの指定された日付、時刻、タイムゾーン、そして期間について作成して返します。
var date: Date?
The date component of a type checking result.
あるテキスト検査結果の日付構成要素。
var duration: TimeInterval
The duration component of a type checking result.
あるテキスト検査結果の期間構成要素。