0
If I have a time field 'Start Time' how would I set 'End Time' to 'Start Time' + 30 minutes?
In the "Trigger after update" property of the time field 'Start Time' I can set the 'End Time' to be the same as 'Start Time' with 'End Time' := 'Start Time'
How would I set the 'End Time' to the 'Start Time' + 30 minutes?
2 replies
-
Hi Paul,
---
'End Time' :=number( 'Start Time')+(30*60*1000)
---
Leo
-
Works! Thanks Leo.
Content aside
- 6 yrs agoLast active
- 2Replies
- 2055Views