cor_stamp_convert_to_ascii

Converts the COR_STAMP to ASCII.

Syntax

void cor_stamp_convert_to_ascii( const COR_STAMP *ttime, TCHAR *tasc_time, int time_format);

Input Arguments

ttime COR_STAMP that will be converted to ASCII.
time_format The format value can be one of many constants defined in the: ..\<CIMPLICITY installation>\api\include\inc_path\cor.h file.

Output Arguments

tasc_time Converted ASCII format.

Return Value

NONE