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
8 subscribers
Views
2388 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 9 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
sainadhn
over 9 years ago
I think this can be achieved by instead of providing the decimal value as input for caladdhours, can we add the minutes to date and time variable we are passing as first input.
For example i need to know next business hour after 90 minutes from now then
instead of caladdhours(now(),1.5,calendar) (as it will round off the dcimal to integer value)
we can pass caladdhours(now()+intervalds(0,30,0),1,calendar).
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sainadhn
over 9 years ago
I think this can be achieved by instead of providing the decimal value as input for caladdhours, can we add the minutes to date and time variable we are passing as first input.
For example i need to know next business hour after 90 minutes from now then
instead of caladdhours(now(),1.5,calendar) (as it will round off the dcimal to integer value)
we can pass caladdhours(now()+intervalds(0,30,0),1,calendar).
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data