Resolved! Is there a long method operation for modulo if mod or % is not a supported function/operator?
This is related to the Zeller's Congruence algorithm where there is a requirement to use Modulo to get the actual day of an input date. However, in the software I'm using which is Blueprism, there is no modulo operator/function that is available and ...