Returns the minimum range limits of the values that a given unit can take on in the receiver.
Original signature is '- (NSRange)minimumRangeOfUnit:(NSCalendarUnit)unit'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSRange MinimumRangeOfUnit( NSCalendarUnit unit )
Public Overridable Function MinimumRangeOfUnit ( _ unit As NSCalendarUnit _ ) As NSRange
public: virtual NSRange MinimumRangeOfUnit( NSCalendarUnit unit )

- unit (NSCalendarUnit)
- The unit for which the maximum range is returned.

The minimum range limits of the values that the unit specified by unit can take on in 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)