UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 208 B
/** * To return a DateTime data type value corresponding to the current date and time. * @return GxDatetime */ import { GxDatetime } from "../types/gxdatetime"; export declare const now: () => GxDatetime;