Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 597 Bytes

File metadata and controls

35 lines (23 loc) · 597 Bytes

DateFuncs Class

Repository of aggregate date functions

Since

4/28/2024

Group Soql Engine

Author Zackary Frazier

Methods

execute(dateFunc, dateOrDateTimeValue)

Determins which date function to execute and executes it

Signature

public static Integer execute(String dateFunc, Object dateOrDateTimeValue)

Parameters

Name Type Description
dateFunc String String
dateOrDateTimeValue Object `Date

Return Type

Integer

,[object Object]

Throws

IllegalArgumentException: