59 2, yearMonthDuration);
62 result->internal = arg1->internal;
115 result->internal = arg1->internal;
Adaptive Framework Core Internal.
afw_value_allocate_date(const afw_pool_t *p, afw_xctx_t *xctx)
Allocate function for unmanaged data type date value.
#define AFW_FUNCTION_EVALUATE_REQUIRED_DATA_TYPE_PARAMETER(A_RESULT, A_N, A_TYPE)
Evaluate an arg for a particular data type.
const afw_value_t * afw_function_execute_add_yearMonthDuration_date(afw_function_execute_t *x)
Adaptive Function add_yearMonthDuration<date>
const afw_value_t * afw_function_execute_subtract_yearMonthDuration_date(afw_function_execute_t *x)
Adaptive Function subtract_yearMonthDuration<date>
afw_date_subtract_yearMonthDuration(afw_date_t *date, const afw_yearMonthDuration_t *yearMonthDuration, afw_xctx_t *xctx)
Subtract yearMonthDuration from date.
afw_date_add_yearMonthDuration(afw_date_t *date, const afw_yearMonthDuration_t *yearMonthDuration, afw_xctx_t *xctx)
Add yearMonthDuration to date.
Function execute parameter.
afw_xctx_t * xctx
The execution context (xctx) of caller.
const afw_pool_t * p
Pool for result.
struct for data type date values.
Interface afw_value public struct.
struct for data type yearMonthDuration values.