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