DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_datetime_to_binary()
The
mi_datetime_to_binary()
function converts a string of the built-in
date
data type to internal (binary) representation, and converts from processing locale to target locale if necessary.
Syntax
mi_datetime *mi_datetime_to_binary(
datetime
)
mi_lvarchar *datetime;
date_string
is the variable-length string representation of the
datetime
value.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
A pointer to an
mi_datetime
structure containing the binary representation of the input
datetime
string.
Related Topics
For additional information, see the descriptions of the following functions:
mi_date_to_binary()
,
mi_money_to_binary()
,
mi_decimal_to_binary()
,
mi_binary_to_date()
,
mi_binary_to_datetime()
,
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.