| _CP_time | Index Level | _CP_trans |
| Syntax | int _CP_timedate(CPSTR** result) |
| Category | C Interface |
| Type | C Function |
| Description |
equivalent to the FlashBASIC statement: result = timedate()
This function returns -1 if an error occurs. The error code is contained in _CP_errno. |
| Options | |
| See Also | C Functions introduction |
| Example |
The following example prints the date and time.
CPSTR * s = _CP_str_null; _CP_timedate(&s); _CP_print(s); |
| Warnings | |
| Compatibility | AP 6.1 |
| _CP_time | Index Level | _CP_trans |