UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 212 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `DAYOFWEEK` Returns a number or string representative of the weekday for a given date. */ export declare const DAYOFWEEK: FunctionDefinition;