Up
Authors
- Gregory Casamento (
greg.casamento@gmail.com
)
-
Date: Generated at 2025-07-24 06:37:39 +0000
Copyright: (C) 2019 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSDateComponentsFormatter.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
- (
NSCalendarUnit)
allowedUnits;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
allowsFractionalUnits;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSCalendar*)
calendar;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
collapsesLargestUnit;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSFormattingContext)
formattingContext;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
getObjectValue: (id*)obj
forString: (
NSString*)string
errorDescription: (
NSString**)error;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
includesApproximationPhrase;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSInteger)
maximumUnitCount;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSDate*)
referenceDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAllowedUnits: (
NSCalendarUnit)units;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAllowsFractionalUnits: (BOOL)allowsFractionalUnits;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setCalender: (
NSCalendar*)calendar;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setCollapsesLargestUnit: (BOOL)collapsesLargestUnit;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setFormattingContext: (
NSFormattingContext)formattingContext;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setIncludesApproximationPhrase: (BOOL)includesApproximationPhrase;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setMaximumUnitCount: (
NSInteger)maximumUnitCount;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setReferenceDate: (
NSDate*)referenceDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
stringForObjectValue: (id)obj;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
stringFromDate: (
NSDate*)startDate
toDate: (
NSDate*)endDate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
stringFromDateComponents: (
NSDateComponents*)components;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
stringFromTimeInterval: (
NSTimeInterval)ti;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSDateComponentsFormatter Class
@protected NSCalendarUnit
_allowedUnits;
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 BOOL
_allowsFractionalUnits;
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 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 BOOL
_collapsesLargestUnit;
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 NSFormattingContext
_formattingContext;
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 BOOL
_includesApproximationPhrase;
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 NSInteger
_maximumUnitCount;
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*
_referenceDate;
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 NSDateComponentsFormatterUnitsStyle
_unitsStyle;
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 NSDateComponentsFormatterZeroFormattingBehavior
_zeroFormattingBehavior;
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