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: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

SystemInfo.Time

Returns current system time stamp as double.

Component Version macOS Windows Linux Server iOS SDK
SystemInfo 3.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SystemInfo.Time" )

Parameters

none

Result

Returns time stamp in seconds.

Description

Returns current system time stamp as double.
This value is very precise. Should be at least allow milliseconds measurements.
Perfect for calculating how long an operation takes.

Examples

Shows time:

Show Custom Dialog [MBS( "SystemInfo.Time" )]

Measure time for two plugin calls:

MBS( "SystemInfo.Time" )-MBS( "SystemInfo.Time" )

Example result: -.00011464895215

See also

Example Databases

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 28th January 2023


SystemInfo.SystemFont - SystemInfo.UserName

💬 Ask a question or report a problem