* added support for all the different names (std/dst, long/short) and daylight
support to BTimeZone git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37933 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -16,7 +16,11 @@ public:
|
||||
|
||||
const BString& Code() const;
|
||||
const BString& Name() const;
|
||||
const BString& DaylightSavingName() const;
|
||||
const BString& ShortName() const;
|
||||
const BString& ShortDaylightSavingName() const;
|
||||
int OffsetFromGMT() const;
|
||||
bool SupportsDaylightSaving() const;
|
||||
|
||||
status_t InitCheck() const;
|
||||
|
||||
@@ -27,7 +31,11 @@ public:
|
||||
private:
|
||||
BString fCode;
|
||||
BString fName;
|
||||
BString fDaylightSavingName;
|
||||
BString fShortName;
|
||||
BString fShortDaylightSavingName;
|
||||
int fOffsetFromGMT;
|
||||
bool fSupportsDaylightSaving;
|
||||
|
||||
status_t fInitStatus;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user