mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 11:31:11 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
52 lines
1.4 KiB
HTML
52 lines
1.4 KiB
HTML
<html><head>
|
|
<title>NSDateFormatter</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSDate.html">[Previous] </a>
|
|
<a href ="Base.html">[Up] </a>
|
|
<a href ="NSDecimalNumber.html">[Next] </a>
|
|
<h1>NSDateFormatter</h1>
|
|
<h3>Authors </h3>
|
|
<dl>
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: $Revision$</p>
|
|
<p>Date: $Date$</p>
|
|
<h2><a name ="cont-0">NSDateFormatter</a></h2>
|
|
<h2><a name ="NSDateFormatter">NSDateFormatter</a></h2>
|
|
<p><b>Declared in: </b> Foundation/NSDateFormatter.h</p>
|
|
<p><b>Inherits from: </b> NSFormatter</p>
|
|
<p><b>Conforms to: </b> NSObject
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li ><a href ="NSDateFormatter.html#method-0">-allowsNaturalLanguage</a>
|
|
<li ><a href ="NSDateFormatter.html#method-1">-dateFormat</a>
|
|
<li ><a href ="NSDateFormatter.html#method-2">-initWithDateFormat:allowNaturalLanguage:</a>
|
|
</ul>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-0">allowsNaturalLanguage</a></h3>
|
|
- (BOOL) <b>allowsNaturalLanguage</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">dateFormat</a></h3>
|
|
- (NSString*) <b>dateFormat</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">initWithDateFormat:allowNaturalLanguage:</a></h3>
|
|
- (id) <b>initWithDateFormat:</b> (NSString*)format <b>allowNaturalLanguage:</b> (BOOL)flag;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|