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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Formats a time value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
QTMovie | 5.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
This function was removed for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.
Parameter | Description | Example |
---|---|---|
Seconds | The number of seconds to format. | 123 |
Returns text or error.
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)
Created 15th December 2014, last changed 15th December 2014
QTMovie.CurrentFrameImage - QTMovie.FrameImageAtTime
Feedback: Report problem or ask question.