Conversion Functions
Go Up to Function Categories
The following table summarizes the InterBase API functions available for translating between InterBase DATE, TIME and TIMESTAMP format and the UNIX date format, and for reversing the byte-order of an integer:
| Function name | Purpose |
|---|---|
|
Translate a date from InterBase format to C | |
|
Translate a date from C | |
|
Translate a time from InterBase format to C | |
|
Translate a time from C | |
|
Translate a date and time from InterBase format to C | |
|
Translate a date and time from C | |
|
Reverse the byte-order of an integer. |
- Note: To provide backward compatibility, the
isc_encode_date()andisc_decode_date()functions are still available. They behave exactly likeisc_encode_timestamp()andisc_decode_timestamp().