cor_stamp_convert_to_ascii_utc

Converts the UTC COR_STAMP to ASCII.

Syntax

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

Input Arguments

ttime UTC 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