Function to calculate the calendar quarter of a date or datetime value
Since
1/17/2025
Group Date Functions
Author Zackary Frazier
Implements
Calculate the calendar quarter of a date or datetime value
public Integer calculate(Object value)
Name | Type | Description |
---|---|---|
value | Object | Date or Datetime value to calculate the calendar quarter of |
Integer
The calendar quarter of the date or datetime value
QueryException: if the value is not a Date or DateTime