Up
Authors
- Generated by abuild
-
- Declared in:
- Foundation/NSDateInterval.h
- Conforms to:
- NSCoding
- NSCopying
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (BOOL)
containsDate: (
NSDate*)date;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSTimeInterval)
duration;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSDate*)
endDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (instancetype)
init;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (instancetype)
initWithStartDate: (
NSDate*)startDate
duration: (
NSTimeInterval)duration;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (instancetype)
initWithStartDate: (
NSDate*)startDate
endDate: (
NSDate*)endDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSDateInterval*)
intersectionWithDateInterval: (
NSDateInterval*)dateInterval;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
intersectsDateInterval: (
NSDateInterval*)dateInterval;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isEqualToDateInterval: (
NSDateInterval*)dateInterval;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setDuration: (
NSTimeInterval)duration;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setEndDate: (
NSDate*)endDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setStartDate: (
NSDate*)startDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSDate*)
startDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSDateInterval Class
@protected NSTimeInterval _duration;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSDate* _startDate;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up