Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

QTMovie.FormatTime

Formats a time value.

Component Version macOS Windows Linux Server iOS SDK
QTMovie 5.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No

Removed

This function was removed for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.

MBS( "QTMovie.FormatTime"; Seconds )   More

Parameters

Parameter Description Example
Seconds The number of seconds to format. 123

Result

Returns text or error.

Description

Formats a time value.

Examples

Format one second:

MBS("QTMovie.FormatTime"; 1)

Format 3 hours, 2 minutes, 1 second and one millisecond

MBS("QTMovie.FormatTime"; 3600*3 + 60*2 + 1 + 1/1000)

See also

Blog Entries

Created 15th December 2014, last changed 15th December 2014


QTMovie.CurrentFrameImage - QTMovie.FrameImageAtTime

Feedback: Report problem or ask question.