inQuarterly constant value

Hi, can anyone help? What is the constant value of inQuarterly in seconds? I need to run jsfile with AB.ActiveDocument.Interval set to quarterly but I can't find it on the documentation

You can find constant value simply by printing them out in commentary window

printf( "%9.9g", inQuarterly);

The value printed is 6480004

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.