~ubuntu-branches/ubuntu/edgy/gnustep-base/edgy

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSDateFormatter.html

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2004-04-06 15:21:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040406152111-95pwmfi50qp1s594
Tags: 1.9.1-2
* debian/rules: Update CC.
* Source/NSUserDefaults: apply patch from CVS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head>
2
 
 <title>NSDateFormatter</title>
3
 
</head>
4
 
<body>
5
 
<a href ="NSDate.html">[Previous] </a>
6
 
<a href ="Base.html">[Up] </a>
7
 
<a href ="NSDecimalNumber.html">[Next] </a>
8
 
<h1>NSDateFormatter</h1>
9
 
<h3>Authors </h3>
10
 
 <dl>
11
 
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
12
 
<dd>
13
 
</dl>
14
 
<p>Version: $Revision: 1.13 $</p>
15
 
<p>Date: $Date: 2001/12/12 14:10:12 $</p>
16
 
<h2><a name ="cont-0">NSDateFormatter</a></h2>
17
 
<h2><a name ="NSDateFormatter">NSDateFormatter</a></h2>
18
 
<p><b>Declared in: </b> Foundation/NSDateFormatter.h</p>
19
 
<p><b>Inherits from: </b> NSFormatter</p>
20
 
<p><b>Conforms to: </b> NSObject
21
 
</p>
22
 
<hr>
23
 
 
24
 
          
25
 
<h2>Instance Variables </h2>
26
 
<ul>
27
 
</ul>
28
 
<h2>Methods </h2>
29
 
<ul>
30
 
<li ><a href ="NSDateFormatter.html#method-0">-allowsNaturalLanguage</a>
31
 
<li ><a href ="NSDateFormatter.html#method-1">-dateFormat</a>
32
 
<li ><a href ="NSDateFormatter.html#method-2">-initWithDateFormat:allowNaturalLanguage:</a>
33
 
</ul>
34
 
<hr><h2>Instances Methods </h2>
35
 
<h3><a name ="method-0">allowsNaturalLanguage</a></h3>
36
 
- (BOOL) <b>allowsNaturalLanguage</b>;<br>
37
 
 
38
 
          
39
 
 <hr>
40
 
<h3><a name ="method-1">dateFormat</a></h3>
41
 
- (NSString*) <b>dateFormat</b>;<br>
42
 
 
43
 
          
44
 
 <hr>
45
 
<h3><a name ="method-2">initWithDateFormat:allowNaturalLanguage:</a></h3>
46
 
- (id) <b>initWithDateFormat:</b> (NSString*)format <b>allowNaturalLanguage:</b> (BOOL)flag;<br>
47
 
 
48
 
          
49
 
 <hr>
50
 
</body>
51
 
 
52
 
 </html>