Ext.GetCompatibilityVersion( )

Description

Use this function to get the version of SBM with which Date/Time values in SBM AppScript are compatible.

Arguments

(none)

Return Value

This function returns a String in the form majorVersion.minorVersion (for example, 7.0). If you haven't set the version using Ext.SetCompatibilityVersion(), the return value is 0.0.

Related Topics