API  1.0.0
CPDateFormatter.h
Go to the documentation of this file.
1 
3 {
4  BOOL _allowNaturalLanguage // @accessors(property=allowNaturalLanguage, readonly);
5  BOOL _doesRelativeDateFormatting // @accessors(property=doesRelativeDateFormatting);
6  CPDate _defaultDate // @accessors(property=defaultDate);
7  CPDate _twoDigitStartDate // @accessors(property=twoDigitStartDate);
8  CPDateFormatterBehavior _formatterBehavior // @accessors(property=formatterBehavior);
9  CPDateFormatterStyle _dateStyle // @accessors(property=dateStyle);
10  CPDateFormatterStyle _timeStyle // @accessors(property=timeStyle);
11  CPLocale _locale // @accessors(property=locale);
12  CPString _AMSymbol // @accessors(property=AMSymbol);
13  CPString _dateFormat // @accessors(property=dateFormat);
14  CPString _PMSymbol // @accessors(property=PMSymbol);
15  CPTimeZone _timeZone // @accessors(property=timeZone);
16 
17  CPDictionary _symbols;
18 }
19 @end
A representation of a single point in time.
Definition: CPDate.h:2
A mutable key-value pair collection.
Definition: CPDictionary.h:2
An immutable string (collection of characters).
Definition: CPString.h:2
CPFormatter is an abstract class that declares an interface for objects that create, interpret, and validate the textual representation of cell contents. The Foundation framework provides two concrete subclasses of CPFormatter to generate these objects: CPNumberFormatter and CPDateFormatter.
Definition: CPFormatter.h:2
CPTimeZone is a class to define the behvior of time zone object (like CPDatePicker) ...
Definition: CPTimeZone.h:2