Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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