Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
6 replies
Subscribers
7 subscribers
Views
2473 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Has anyone been able to create caladdminutes function? Been searching in availab
Jess
over 10 years ago
Has anyone been able to create caladdminutes function? Been searching in available plugins but to no success..
OriginalPostID-150155
OriginalPostID-150155
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
If the use case is to add minutes to a given date or time, you just need to use tointervalds(hh,mm,ss). For example, to add 3 minutes:
pv!myDateTime + tointervalds(0,3,00)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
If the use case is to add minutes to a given date or time, you just need to use tointervalds(hh,mm,ss). For example, to add 3 minutes:
pv!myDateTime + tointervalds(0,3,00)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data