Creates and returns a text checking result as a result of locating a date.
Original signature is '+ (NSTextCheckingResult *)dateCheckingResultWithRange:(NSRange)range date:(NSDate *)date'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public static NSTextCheckingResult DateCheckingResultWithRangeDate( NSRange range, NSDate date )
Public Shared Function DateCheckingResultWithRangeDate ( _ range As NSRange, _ date As NSDate _ ) As NSTextCheckingResult
public: static NSTextCheckingResult^ DateCheckingResultWithRangeDate( NSRange range, NSDate^ date )

Returns an NSTextCheckingResult with the specified range and a resultType of NSTextCheckingTypeDate.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)