XLL+ Class Library (6.3)

CXlDate Class

Supports calls to Excel worksheet functions.

class CXlDate

Overview

The CXlDate class contains only static methods. Each of these methods calls one or more built-in Excel date functions.

Any of these functions may normally be called from worksheet functions.

Exceptions

Many methods throw an exception of type CXlApiException if the call to the Excel API fails. Since this exception is derived from CXlRuntimeException, it will be caught by the add-in wrapper function when these methods are called from within an add-in function.

Requirements

Header: xlldate.h

See Also

CXlDate Methods | xlldate.h | CXlMacros object | CXllApp::Excel | CXlOper::Excel