* added timezone-support to some more date/time-formatting methods in BLocale

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38381 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-08-26 22:17:40 +00:00
parent c91aa9f4e6
commit 9ef134d918
2 changed files with 50 additions and 4 deletions
+4 -2
View File
@@ -62,7 +62,8 @@ public:
status_t FormatDateTime(char* target, size_t maxSize,
time_t time, bool longFormat);
status_t FormatDateTime(BString* buffer, time_t time,
bool longFormat);
bool longFormat,
const BTimeZone* timeZone = NULL);
// Date
@@ -71,7 +72,8 @@ public:
status_t FormatDate(char* string, size_t maxSize,
time_t time, bool longFormat);
status_t FormatDate(BString* string, time_t time,
bool longFormat);
bool longFormat,
const BTimeZone* timeZone = NULL);
status_t FormatDate(BString* string,
int*& fieldPositions, int& fieldCount,
time_t time, bool longFormat);