The parameter list for the one function that was declared in this header file, SelectTimeZone()
, has changed. Note that a "V50" version of SelectTimeZone()
is available with the old parameter list to ease the porting process.
Modified APIs ^TOP^
Table 96.1 Modified functions
Modified API
|
Description of change
|
Boolean SelectTimeZone (char *, const char *, SelectTimeZoneDisplayType)
|
In Palm OS Cobalt time zones are identified by a string, rather than an unsigned 16-bit integer and a locale. The boolean that specified whether the time was displayed along with the date has been replaced by a SelectTimeZoneDisplayType constant.
|