Next: , Previous: , Up: Date And Time Library Functions   [Index]


7.14.3.24 x1f4_type_lxdate

extern int x1f4_type_lxdate(struct x1f4_nodetype_type *nodetype, int type);

The x1f4_type_lxdate function sets the nodetype record to describe the ‘date’ data type. type is used for the code field of the struct x1f4_nodetype_type record and it should be the integer used for the ‘date’ data type id (the datetype_set.type field in the struct x1f4_lxdate_type record when constructing the time library via the x1f4_init_lxdate).

See x1f4_init_lxdate.

See struct x1f4_lxdate_type.

See struct x1f4_nodetype_type.

The function returns 0.