NSCalendar.Range Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Range(NSCalendarUnit, NSDate, Double, NSDate) | |
Range(NSCalendarUnit, NSCalendarUnit, NSDate) |
Range(NSCalendarUnit, NSDate, Double, NSDate)
[Foundation.Export("rangeOfUnit:startDate:interval:forDate:")]
public virtual bool Range (Foundation.NSCalendarUnit unit, out Foundation.NSDate datep, out double interval, Foundation.NSDate date);
abstract member Range : Foundation.NSCalendarUnit * * * Foundation.NSDate -> bool
override this.Range : Foundation.NSCalendarUnit * * * Foundation.NSDate -> bool
Parameters
- unit
- NSCalendarUnit
- interval
- Double
- date
- NSDate
Returns
- Attributes
Applies to
Range(NSCalendarUnit, NSCalendarUnit, NSDate)
[Foundation.Export("rangeOfUnit:inUnit:forDate:")]
public virtual Foundation.NSRange Range (Foundation.NSCalendarUnit smaller, Foundation.NSCalendarUnit larger, Foundation.NSDate date);
abstract member Range : Foundation.NSCalendarUnit * Foundation.NSCalendarUnit * Foundation.NSDate -> Foundation.NSRange
override this.Range : Foundation.NSCalendarUnit * Foundation.NSCalendarUnit * Foundation.NSDate -> Foundation.NSRange
Parameters
- smaller
- NSCalendarUnit
- larger
- NSCalendarUnit
- date
- NSDate
Returns
- Attributes