[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
wasctime

Convert a tm structure to a wide character array
Compatibility:
This function is compatible with the following targets:
Prototype:
#include <wchar.h>
wchar_t * wasctime(const struct tm * tm);
Parameters:
Parameters for this function are:
Remarks:
Performs the same task as asctime for a wide character type.
Return:
Returns a null terminated character array pointer containing the converted tm structure.
See Also:
"asctime"
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 16, 2000