Miscellaneous date and calendar related functions that don't fall in prior categories.
Articles
SFDB_GETVALIDCCYPAIR
C/C++
.Net
int __stdcall SFDB_GETVALIDCCYPAIR
(
LPCSTR
CCY1,
LPCSTR
CCY2,
LPSTR
szPair,
...
SFDB_ISVALIDCCYCODE
C/C++
.Net
int __stdcall SFDB_ISVALIDCCYCODE
(
LPCSTR
szCCY
)
examine the validity of the currency iso code
Parameters
...
SFDB_ISVALIDCNTRYCODE
C/C++
.Net
int __stdcall SFDB_ISVALIDCNTRYCODE
(
LPCSTR
szCode
)
Return TRUE if the country code is a valid ISO country code (2 or 3 characters)
...