RulePoint
- RulePoint 6.1.2
- All Products
Property
| Description
|
---|---|
Name
| The name of the AddToDate analytic. This must be a unique name.
|
Description
| Optional. The description of the analytic.
|
Type
| Select AddToDate Analytic.
|
Unit
| Select years, months, days, hours, minutes, or seconds.
|
Condition Evaluation Required
| Specifies whether the result of the analytic is part of conditional evaluation within a rule. Set to "false" if the result of the analytic can be used only for enrichment. Default is True.
|
Cache Duration
| Time period, in seconds, for which the result of the analytic will be cached.
|
when 1 addDate ad with add2date(ad.datevalue,ad.dateformat,ad.count) as dateadd = "12/01/2038" then response with body = “value of date add ${dateadd}”
Event Property Value
| Description
| Result
|
---|---|---|
ad.datevalue= 12/01/2013
ad.dateformat= MM/dd/yyyy*
ad.count=25
| Adds 25 years to the date.
| 2/01/2038
|