Next: x1f4_type_lxtime, Previous: x1f4_init_lxdate, Up: Time Library Functions
extern int x1f4_type_lxdate(struct x1f4_nodetype_type *nodetype, int type);
The x1f4_type_lxdate
function sets the nodetype
record for the
time library `date' data type. type
is used for the code
field of the struct x1f4_nodetype_type
record and it should be the
integer id used for the same `date' data type id, same as the one used for
the datetype_set.type
field of the struct x1f4_lxdate_type
record
used for construction the time library via the x1f4_init_lxdate
function.
See x1f4_init_lxdate.
See struct x1f4_nodetype_type.
The function returns 0
.