Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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