XLL+ Class Library (6.3)

::XlNow

Get the current time

int XlNow(
   double* t
);

Parameters

t

Pointer to a variable which will be filled with a serial date/time value (as used by Excel).

Return Value

1 if the function succeeds; 0 if it fails

Remarks

This function calls Excel's NOW() function.

Requirements

Header: xlldate.h

See Also

Global date functions