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.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

CoreLocation.timestamp

Returns the time at which this location was determined.

Component Version macOS Windows Linux Server iOS SDK
CoreLocation 2.7 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "CoreLocation.timestamp" )

Parameters

none

Result

Returns the timestamp.

Description

Returns the time at which this location was determined.
This function queries current know location. It's updated from time to time. To receive a script call when new location is available, please use CoreLocation.SetUpdateLocationHandler.

Examples

Query timestamp:

Set Field [ CoreLocation::timestamp ; MBS("CoreLocation.timestamp") ]

See also

Example Databases

This function checks for a license.

Created 18th August 2014, last changed 13th January 2021


CoreLocation.stopUpdatingLocation - CoreLocation.verticalAccuracy

💬 Ask a question or report a problem