MonobjcMonobjc Documented Class Library
DateCheckingResultWithRangeDate Method (range, date)
NamespacesMonobjc.FoundationNSTextCheckingResultDateCheckingResultWithRangeDate(NSRange, NSDate)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
range (NSRange)
The range of the detected result.
date (NSDate)
The detected date.
Return Value
Returns an NSTextCheckingResult with the specified range and a resultType of NSTextCheckingTypeDate.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)