MonobjcMonobjc Documented Class Library
MaximumRangeOfUnit Method (unit)
NamespacesMonobjc.FoundationNSCalendarMaximumRangeOfUnit(NSCalendarUnit)

The maximum range limits of the values that a given unit can take on in the receive

Original signature is '- (NSRange)maximumRangeOfUnit:(NSCalendarUnit)unit'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange MaximumRangeOfUnit(
	NSCalendarUnit unit
)
Public Overridable Function MaximumRangeOfUnit ( _
	unit As NSCalendarUnit _
) As NSRange
public:
virtual NSRange MaximumRangeOfUnit(
	NSCalendarUnit unit
)
Parameters
unit (NSCalendarUnit)
The unit for which the maximum range is returned.
Return Value
The maximum range limits of the values that the unit specified by unit can take on in the receiver.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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