62 result->internal = arg1->internal;
112 2, yearMonthDuration);
115 result->internal = arg1->internal;
169 result->internal = arg1->internal;
220 2, yearMonthDuration);
223 result->internal = arg1->internal;
Adaptive Framework Core Internal.
afw_value_allocate_dateTime(const afw_pool_t *p, afw_xctx_t *xctx)
Allocate function for unmanaged data type dateTime 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_dayTimeDuration_dateTime(afw_function_execute_t *x)
Adaptive Function add_dayTimeDuration<dateTime>
const afw_value_t * afw_function_execute_subtract_yearMonthDuration_dateTime(afw_function_execute_t *x)
Adaptive Function subtract_yearMonthDuration<dateTime>
const afw_value_t * afw_function_execute_add_yearMonthDuration_dateTime(afw_function_execute_t *x)
Adaptive Function add_yearMonthDuration<dateTime>
const afw_value_t * afw_function_execute_subtract_dayTimeDuration_dateTime(afw_function_execute_t *x)
Adaptive Function subtract_dayTimeDuration<dateTime>
afw_dateTime_subtract_yearMonthDuration(afw_dateTime_t *dateTime, const afw_yearMonthDuration_t *yearMonthDuration, afw_xctx_t *xctx)
Subtract yearMonthDuration from dateTime.
afw_dateTime_subtract_dayTimeDuration(afw_dateTime_t *dateTime, const afw_dayTimeDuration_t *dayTimeDuration, afw_xctx_t *xctx)
Subtract dayTimeDuration from dateTime.
afw_dateTime_add_yearMonthDuration(afw_dateTime_t *dateTime, const afw_yearMonthDuration_t *yearMonthDuration, afw_xctx_t *xctx)
Add yearMonthDuration to dateTime.
afw_dateTime_add_dayTimeDuration(afw_dateTime_t *dateTime, const afw_dayTimeDuration_t *dayTimeDuration, afw_xctx_t *xctx)
Add dayTimeDuration to dateTime.
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 dateTime values.
struct for data type dayTimeDuration values.
Interface afw_value public struct.
struct for data type yearMonthDuration values.