UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 233 B
import { FunctionDefinition } from '../constants/interfaces'; /** * Returns the millisecond of a datetime value. The millisecond is given as an integer ranging from 0 to 999 */ export declare const MILLISECOND: FunctionDefinition;