C4 Engine
C4 Engine API Documentation

MovieMgr::FormatMovieTime

Defined in:  C4Movies.h
Formats a movie time value as a string showing seconds, minutes, etc.
Prototype

static String<15> FormatMovieTime(MovieTime time);

Parameters
time The movie time value to format as a string.
Description
The FormatMovieTime function takes the movie time value specified by the time parameter and translates it into a string containing hours, minutes, seconds, and tenths of a second. The returned string is always exactly ten characters in length, and it has the format "HH:MM:SS.S".