* Headers/Foundation/NSTimeZone.h, Source/NSTimeZone.m

(+knownTimeZoneNames:): New method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20295 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-11-05 03:47:03 +00:00
parent d2161f1c01
commit 65997ec654
4 changed files with 39 additions and 13 deletions

View file

@ -40,6 +40,7 @@
// Getting Time Zone Information
+ (NSDictionary*) abbreviationDictionary;
+ (NSArray*) knownTimeZoneNames;
//Getting Arrays of Time Zones
+ (NSArray*) timeZoneArray;