CrossBrowdy - Basic tutorial

Device

Others

Here are some other functions to manage the device:


	//Gets a timestamp in milliseconds (elapsed since 1st of January 1970 00:00:00 UTC) representing the current time:
	var currentTimestamp = CB_Device.getTime(); //If possible and the CB_Configuration.CrossBase.CB_Device_getTime_HIGH_PRECISION option is enabled, it will use high resolution time which is more precise.
	
	//Gets the time elapsed since the "time origin" (https://developer.mozilla.org/en-US/docs/Web/API/DOMHighResTimeStamp#The_time_origin):
	var currentTiming = CB_Device.getTiming(); //If possible, it will use high resolution time which is more precise.

Check the API documentation to read more about the CB_Device static class.

Go back to Guides & Tutorials













Share