Up
Authors
- Generated by abuild
-
- Declared in:
- Foundation/NSDateIntervalFormatter.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (
NSCalendar*)
calendar;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
dateTemplate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLocale*)
locale;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setCalendar: (
NSCalendar*)calendar;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setDateTemplate: (
NSString*)dateTemplate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setLocale: (
NSLocale*)locale;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTimeZone: (
NSTimeZone*)timeZone;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
stringFromDate: (
NSDate*)fromDate
toDate: (
NSDate*)toDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
stringFromDateInterval: (
NSDateInterval*)dateInterval;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSTimeZone*)
timeZone;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSDateIntervalFormatter Class
@protected NSCalendar* _calendar;
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 NSDateIntervalFormatterStyle _dateStyle;
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 NSString* _dateTemplate;
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 NSLocale* _locale;
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 NSDateIntervalFormatterStyle _timeStyle;
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 NSTimeZone* _timeZone;
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