From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS Get Timezone List - GSM Network & Operator Countries Management
Description
|
getXIQSTimezoneList ( [ filter f ] )
Get the list of all Time zone information objects available.
|
Return Values
|
List
Long id - Timezone Id String display - Display name Long bias - Timezone bias (minutes) Long stdbias - Standard time bias(minutes) Long dltbias - Daylight saving time bias (minutes) Long stdmonth - Standard time change month Long stddayofweek - Standard time change day Long stdweek - Standard time change week Long stdhour - Standard time change hour Long dltmonth - Daylight saving time change month Long dltdayofweek - Daylight saving time change day Long dltweek - Daylight saving time change week Long dlthour - Daylight saving time change hour
Error Data structure ( Error Management )
Possible failure code returns *ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
|