Returns the value of an expression result as a Long datatype. Gets the result of an expression that uses a Date datatype.
Use the following syntax:
objectName.getLong();
Use the following example Java code to get the result of an expression that returns a Date value as a Long datatype, where JExprCurrentDate is a JExpression object: