QMedia
![]() |
![]() ![]() |
QM_GetMovieCreationTime(movieRef; creDate; creTime):error | |||
![]() |
movieRef | Longint | Movie reference |
![]() |
creDate | Date | Movie creation date |
![]() |
creTime | Time | Movie creation time |
![]() |
error | Longint | Error result |
Returns the creation date and time of a movie.
Parameter movieRef is the reference to the movie instance. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile or QM_NewMovieFromURL.
Parameters creDate and creTime receive the movie's creation date and time respectively.
Example
`Get the creation time of movie $movieRef C_DATE($creDate) C_TIME($creTime) $error:=QM_GetMovieCreationTime ($movieRef;$creDate;$creTime) |
Related commands
QM_GetMovieModificationTime | Returns the movie's modification date and time. |