DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_binary_to_date()
The
mi_binary_to_date()
function creates a date string from the internal representation stored in an
mi_date
structure, and it converts from the processing locale to the target locale if necessary.
Syntax
mi_lvarchar *mi_binary_to_date(
date_data
)
mi_date *date_data;
date_data
is the internal representation of the date.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
A pointer to the buffer that contains the resulting date string.
Related Topics
For additional information, see the descriptions of the following functions:
mi_date_to_binary()
,
mi_datetime_to_binary()
,
mi_money_to_binary()
,
mi_decimal_to_binary()
,
mi_binary_to_decimal()
,
mi_binary_to_money()
, and
mi_binary_to_decimal()
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.