Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
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