Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 689 Bytes

CalendarQuarterFunc.md

File metadata and controls

38 lines (24 loc) · 689 Bytes

CalendarQuarterFunc Class

Function to calculate the calendar quarter of a date or datetime value

Since

1/17/2025

Group Date Functions

Author Zackary Frazier

Implements

IDateFunc

Methods

calculate(value)

Calculate the calendar quarter of a date or datetime value

Signature

public Integer calculate(Object value)

Parameters

Name Type Description
value Object Date or Datetime value to calculate the calendar quarter of

Return Type

Integer

The calendar quarter of the date or datetime value

Throws

QueryException: if the value is not a Date or DateTime