Returns the earlier of the receiver and another given date.
Original signature is '- (NSDate *)earlierDate:(NSDate *)anotherDate'
Available in Mac OS X v10.0 and later.


- anotherDate (NSDate)
- The date with which to compare the receiver.

The earlier of the receiver and anotherDate, determined using timeIntervalSinceDate:. If the receiver and anotherDate represent the same date, returns the receiver.

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