Operator#
An operator denotes an action that is to be taken on the operands indicated. There are several different categories of operators:Arithmetic Operators#
Rounding Operators#
Conversion Operators#
Date Operators#
- Day Portion of Date
- Month Portion of Date
- Year Portion of Date
- Days Between Dates
- Months Between Dates
- Years Between Dates
Relative Date Operators#
Relative Date Operators give the ability to return the value of a date relative to another date. For example, if a Benefit plan should begin collecting premiums 1 month after hire date, a Relative Date Operator might be used to find the date that is Hire Date + 1 month. The variable defined must be a date.Operators available:
- Beginning of Day
- Beginning of Week
- End of Week
- Beginning of Month
- End of Month
- Beginning of Year
- End of Year