Contents

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.

See Also

Text Checking Results for Dates and Times