QMedia
![]() |
![]() |
QM_GetMovieModificationTime(movieRef; modDate; modTime):error | |||
![]() |
movieRef | Longint | Movie reference |
![]() |
modDate | Date | Movie modification date |
![]() |
modTime | Time | Movie modification time |
![]() |
error | Longint | Error result |
Returns the modification 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 modDate and modTime receive the movie's modification date and time respectively.
Example
`Get the last modification time of movie $movieRef C_DATE($modDate) C_TIME($modTime) $error:=QM_GetMovieModificationTime ($movieRef;$modDate;$modTime) |
Related commands
QM_GetMovieCreationTime | Returns the movie's creation date and time. |